ThreadLast AuthorMessages
read/total
Date
Error 2711.An internal error has occurred. (OutlookCDO)
Ken Slovak - [MVP - O...
0 / 1 09 Feb 2009
Each version of CDO is specific to its version of Outlook, so a version for Outlook 2003 won't work with Outlook 2007. You do need to download and install CDO 1.21 for Outlook 2007 from MS. Doing so should allow your addin to work. Why use CDO anyway? It's deprecated and the client version you use with Outlook has all the security at its worst. What I do when I don't use...
Vetoomus minua kommentoiville shkmiehille
Henri Lindfors
0 / 1 06 Feb 2009
...
Show Sender Address in Tooltip or Customized View
MasterOfComboBoxes
0 / 3 05 Feb 2009
...
Read outlook 2007 email with access 2007 database file
gsjrecruiting@gmail.com
0 / 1 04 Feb 2009
Hello All, I would like to know if it is possible to automatically export a batch of email message previews to an acess database. For instance: When I start my access database, I would like to start an automated process to copy the first paragraph of an email to a new entry in my database. All emails will come in the exact same format: Name Address E-mail Address Telephone...
Change sender
Dmitry Streblechenko
0 / 2 03 Feb 2009
Use the MailItem.SendUsingAccount property -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Spoon" <edouard.mabille@gmail.com> wrote in message news:640c67b3-e872-4465-ab52-b1a2865c6acb@f40g2000pri.googlegroups.com... >I have several account on outlook 2007 > I want to find vba code for changing the default sender > >...
avoid syncing birthday date to calendar when saving contact Item
Andreas Wckl
0 / 5 02 Feb 2009
Hi Ken! Ok thank you for your help!! kind regards Andy "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> schrieb im Newsbeitrag news:eaj9dOVgJHA.1248@TK2MSFTNGP03.phx.gbl... >I don't have sample code for something like this but the algorithm is >pretty simple. > > Get the date/time you add the birthday/anniversary to the contact. Get the > ContactItem. Filter the Calendar....
Shhhhhhhhhhh-It must be Christmas time. The trolls are not Naughty...
Aki Schafer
0 / 1 26 Jan 2009
...
Microsoft Outlook 2000 Lost My E-mails in all folders
Goingcrazy
0 / 1 26 Jan 2009
I'm glad you resolved your problem. My husband backed up his pc on an external drive and did a recovery with 11 discs on his HP because he was having problems. Now when he went back into outlook he only had his incoming mail and none of his sent mail which is very important to him. Do you have any idea how to retrieve this information? He is really upset? "judibugg" wrote: >...
Second Catagories Source
PJ
0 / 3 23 Jan 2009
Thank you. I will give that a try. "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message news:e0E9XINRJHA.3932@TK2MSFTNGP02.phx.gbl... > Yes, it's possible. Outlook won't use that control or its values but you > can write code that will do so. > > -- > Ken Slovak > [MVP - Outlook] > http://www.slovaktech.com > Author: Professional Programming Outlook 2007. >...
Outlook confirmation dialog.
Diane Poremsky [MVP]
0 / 4 21 Jan 2009
Then you know that there are differences between Outlook 2003 and 2007, including applications that automate Outlook with Outlook object model do not trigger security prompts if the machine is configured with an up-to-date anti-virus application. Otherwise, Outlook 2007 will act like Outlook 2003 and throw up the prompts. See the "Version-specific considerations" section at...
Working with Outlook Contacts from Access
Ken Slovak - [MVP - O...
0 / 14 19 Jan 2009
MAPIFolder.DefaultItemType == OlItemType.olContactItem is how you'd test each folder to see if it's a contacts folder. If the result is true it's a contacts folder. Since any type of folder can have a subfolder that's a contacts folder you should use a recursive algorithm to examine each member of NameSpace.Folders and all folder and Folders collection objects under that. -- Ken...
Looking for VBA to open multiple mail folders
Michael Bauer [MVP - ...
0 / 2 17 Jan 2009
See ms.public.outlook_program_vba -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : <http://www.vboffice.net/product.html?pub=6&lang=en> Am Fri, 16 Jan 2009 17:59:09 -0500 schrieb Ivan Strom: > I use several mail folders, including "Personal Folders", "imapmailA", >...
Add internet header in Outgoing email? Sample Code
Ken Slovak - [MVP - O...
0 / 5 16 Jan 2009
It doesn't matter and you can't control the casing. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm <freeman642@gmail.com> wrote in message news:d1f08d10-f17c-4e36-8e5b-7e53fcc2c051@v4g2000vbb.googlegroups.com... Sorry Ken one...
XP Vista & Office Cheap!
Mamiko
0 / 1 07 Jan 2009
XP Home US$19, Pro US$29 Vista US$29 Up MS Office US$49 Up...
qV^fU_hZ ^ ]U`U]qWU_hZ
Devivci
0 / 1 06 Jan 2009
...
Selection Form on custom Contacts form - popup
Ken Slovak - [MVP - O...
0 / 2 05 Jan 2009
It's not possible to open a dialog form using the VBScript code in the form. If you aren't using a COM addin where you can easily display a Windows form you might be best off in using one of the tabs in your custom form for that. If a button is clicked you can show and then hide the special tab. On that tab you can display a drop-down or list control and transfer the selected value...
Attachment Problem
Ken Slovak - [MVP - O...
0 / 2 05 Jan 2009
Version of Outlook? When are you trying to read the attachments, before sending or after sending, and when the item is saved/unsaved? What are the extensions of the 2 attachments? What mail format are you using? Using WordMail or not? In some cases, with some versions of Outlook, you might have attachments with the same names but one will have the original extension and one will...
How to have multiple macros with shared event handlers?
Chris Thomas
0 / 3 02 Jan 2009
Thanks for the confirmation, Michael. -C On Jan 2, 5:32 am, "Michael Bauer [MVP - Outlook]" <m...@mvps.org> wrote: > That's right, Chris. Using a class module is probably the best thing to do > with VBA, but your mates still have to customize ThisOutlookSession. > > If you can, create a COM Addin with (any?) .NET language, or with VB6. > > -- > Best regards > Michael Bauer - MVP...
Issue with thekind of the .emf image file created then it
Ken Slovak - [MVP - O...
0 / 2 29 Dec 2008
Not an Outlook question, please post in a relevant group. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "kiran Nagaraja" <kiran@thomson.com> wrote in message news:uU777BYaJHA.3692@TK2MSFTNGP04.phx.gbl... > Hi All, > I have...
Spiderweb System Online Money Making For You
Make Money
0 / 1 23 Dec 2008
You Can Make Money Online Spiderweb Marketing: www.thespidersystem.ws GDI: www.haveahappyday.info Free Videos. Free To Join..... This System Will Get You Paid Online...
Need Money
You Need Fast Money???
0 / 1 18 Dec 2008
You need fast money?????, visit http://dinero4ever.blogspot.com Now!!!...
FUbqZ UeeZh^hcqZ Yqfdm`^
EdXcZYU
0 / 1 17 Dec 2008
...
Custom Pane/Custom Interface
Ken Slovak - [MVP - O...
0 / 2 15 Dec 2008
You cannot customize or replace the reading/preview pane as you want. You would have to create your own window and overlay it on top of the existing pane if it's visible. If it's not visible then you'd need to send messages to the other windows to resize to make room for your custom window. Then you'd need to make your window a child window of the main Outlook window. It can be done...
Linking Access To Outlook
Alan B.
0 / 5 12 Dec 2008
Thank you! "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> wrote in message news:etRLhPGXJHA.4384@TK2MSFTNGP03.phx.gbl... > You can't if you use the built-in Access linking. That provides only a > subset of the properties available on Outlook items. For any additional > information from the Outlook items you would need to write code and use > Outlook automation instead of the...
outlook 2003 sometimes turns off rule
JP
0 / 9 04 Dec 2008
...
Moving messages from inbox
Calum
0 / 3 26 Nov 2008
Thank you so much! This works perfectly!...
Moving inbox-items to personal folder
Michael Mueller
0 / 3 24 Nov 2008
>You can access all of the selected items via ActiveExplorer.Selection. Loop >trough that collection, and call each item's Move function. See also the >example for Move in the VBA help file. Thanks, will have a try. Michi...
Running an Excel macro via Outlook reminder
Michael Bauer [MVP - ...
0 / 5 24 Nov 2008
If you want to run code in Excel, its Application.Run method is probably the way to go. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : <http://www.vboffice.net/product.html?pub=6&lang=en> Am Thu, 20 Nov 2008 09:55:49 -0800 schrieb exceldude: > The problem is, I want...
Send an e-mail to a Group e-mail using Excel VBA
Dmitry Streblechenko
0 / 6 21 Nov 2008
If you are using Exchange, simply set the MailItem.DeferredDeliveryTime property and call Send. If you are using SMTP, you would need to right code that actually runs at the specified time and calls Send. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "exceldude" <exceldude@discussions.microsoft.com> wrote in message...
How do I programmatically send a multipart (plaintext/HTML) email?
Ken Slovak - [MVP - O...
0 / 3 20 Nov 2008
You can't do that in Outlook. You'd have to use something like CDOSys or whatever .NET has for sending emails without Outlook. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Mark B" <none123@none.com> wrote in message...
Move e-mails to another folder and Deleting them in folders us
exceldude
0 / 3 20 Nov 2008
I have lots of folders in a particular folder. > e.g. say my main folder is Test and then I have test 1, test 2 etc. within > this folder. > > I have copied the whole test folder to an Archive area on the network. I would like OUTLOOK VBA code as to how to do the following: - 1. to delete all e-mails in the Test folder and all subsequent > > subfolders in the current area ( i.e....
Running an Excel macro via Outlook reminder
exceldude
0 / 1 19 Nov 2008
Hi Every week, I need to send an e-mail containing an attchment to a group of people. I have the code below and was wondering how I can do this. Error occurs at ** Help, please. [code] Sub Application_Reminder(ByVal Item As Object) Select Case Item.Class Case olAppointment If Item.Subject = "Test" Then 'Set EApp = CreateObject("excel.Application") 'With EApp '...
Delete files in a sub folder using VBA
Ken Slovak - [MVP - O...
0 / 5 19 Nov 2008
Then you need to post in an Excel group. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "exceldude" <exceldude@discussions.microsoft.com> wrote in message news:52A17377-2EC7-4ED3-B6CB-F653A0A9485C@microsoft.com... > Thx for...
Moving inbox items Outlook 2003 using vba
exceldude
0 / 2 19 Nov 2008
Thx. "Dmitry Streblechenko" wrote: > Set MoveToFldr = Fldr.Folders("Test").Folders("The subfolder of Test") > -- > Dmitry Streblechenko (MVP) > http://www.dimastr.com/ > OutlookSpy - Outlook, CDO > and MAPI Developer Tool > - > "exceldude" <exceldude@discussions.microsoft.com> wrote in message > news:0EE00EB2-FDF3-4F7C-9910-FF948AA264A4@microsoft.com... > > Hi > > > > The...
SDRAM muisteja
Herkko Blomberg
0 / 1 19 Nov 2008
...
VBS Redemption - Enumerate/expand Outlook disribution list
Kalyan
0 / 10 12 Nov 2008
Thank you very much for your help on this. We sorted out the issue. The licensed version seems to have issue.. may be its a older version. We checked it out with the dev version which is working fine. "Dmitry Streblechenko" wrote: > So your code is running under IIS? Or in a client side script in IE? > > -- > Dmitry Streblechenko (MVP) > http://www.dimastr.com/ > OutlookSpy -...
Outlook combo boxes to pull data from access or other database
PJ
0 / 3 07 Nov 2008
Thanks JP, I found the following code below, from a website - thought I bookmarked it but i couldn't find the website - for outlook 97 & 2000. I have 2003 and don't know how to change the DBEngine to make it work probably - could you guys please help. Thanks so much. Dim rst Dim dao Dim wks Dim dbs Dim nms Dim fld Dim itms Dim itm Dim strOfficePath Dim appAccess...
Redemption: DistributionList that reference another Distributi
Ken Slovak - [MVP - O...
0 / 11 06 Nov 2008
If you're getting that error then you have to fix it before you could use MAPIUtils. The error tells us that either Redemption is not registered (check in HKCR\Redemption and see if that area exists and shows the various Redemption classes), or that a script stopper is running that prevents using CreateObject (or New or GetObject). -- Ken Slovak [MVP - Outlook] http://www....
Faxing problem via Simple Mapi in Server2003/Exchange environment
Jimmy Hoffa
0 / 2 30 Oct 2008
For the sake of others who encounter this, I eventually found a solution. More info here http://www.dbws.net/blog/ "Jimmy Hoffa" <jimmyHoffa@somewhere.com> wrote in message news:ge6ivl$j8b$1@energise.enta.net... > Hi All, > > Hoping someone can help me with this issue that has just surfaced at a > customers who have recently upgraded their server. > > Our application sends...
Redemption: StartBy, DueBy and Completed properties of flagged items in outlo...
Dmitry Streblechenko
0 / 5 28 Oct 2008
If you don't see a property that holds the value in oUtlookSpy when you click IMessage, there is nothin you can do. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Sandeep" <sandeep.nakarmi@gmail.com> wrote in message news:73498d37-d1d4-41bc-a023-bacc54ce2d42@d1g2000hsg.googlegroups.com... >I retrieve the properties by...
Retrieve StartBy, DueBy and Completed properties of flagged items in outlook ...
Ken Slovak - [MVP - O...
0 / 2 27 Oct 2008
That means that no time element is present in those properties, so there is no time to retrieve. Your best bet would be to get the last modified time and hope that no one modified the item after marking it complete. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options....
Using Entry ID from Outlook Object Model in Extended MAPI
Dmitry Streblechenko
0 / 7 26 Oct 2008
Opening the parent store first should work in all cases... -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Richard Gran" <"richard \"dot\" gran \"at\" redoxygen \"dot\" com"> wrote in message news:uE53LWbNJHA.4116@TK2MSFTNGP02.phx.gbl... > Yes that is right. I know this will sound a bit silly but I'm writing a > program...
Redemption: StartBy, DueBy and Completed properties of flagged items in outlo...
Sandeep
0 / 1 26 Oct 2008
I want to retrieve the StartBy, DueBy and Comepleted on, properties of flagged items in outlook 2007. I am using redemption. How can i retrieve these properties of Mail itemsusing Redemption ?. In outlook spy, there are properties like StartDate, DueDate and Date Completed which seem to be the properties i am looking for. But the time section always is 12:00 AM no matter what time the flag...
Redemption: Get the FlagDueBy datetime value
Sandeep
0 / 3 19 Oct 2008
yea it is outlook 2007. So basically flaggeddueby property is the reminder datetime set. If reminder is set on an item, then flaggeddueby will have value else it wont. Yea i looked for outlook 2003 and outlook 2007 and figured out that startdate, duedate properties appear for flagged items in outlook 2007 only. I am not setting anything up programatically so it will just show up the...
Trade: Office 2007 Pro NFR for VC2008 Pro.
B.
0 / 1 16 Oct 2008
I've got an unused/sealed Office 2007 Pro NFR to trade. It's a full version, given to devs at the UK Vista launch event. I'm looking for an unregistered VC2008 (Pro or better), as given out at the more recent 'Hero' dev events (eg. UK Birmingham). If you have one to trade mail me direct at loot68ATntlworldDOTcom. (NFRs can't be sold, but can be given away, confirmed by MS). -- B...
Politics
Amy
0 / 1 12 Oct 2008
giving paths longgone alphabets wishing dumps guiltware rn sixletterism...
Outlook crashes when using PasteFace() method.
Adi
0 / 7 10 Oct 2008
Thanks for your help....
HTMLEditor pasting loses <BR> tags
BertrandG
0 / 4 09 Oct 2008
Hi, OK ! I feel a bit lost. I work in a support organization, and very often I have to change only a part of the text in the email body. The mails (html, RTF,...) are coming from the customers we are supporting. I tried to find a solution with the clipboard the selection ... but never sorted it out ... Have a nice day. WBR /bertrand "DaveS" wrote: > Hi Bettrand, > >...
Location of personal folder in Outlook
Bruno News
1 / 2 07 Oct 2008
You can retrieve that info from the Outlook session you are in. Another method would be to pull the data from the profile's registry keys, but I don't have an example of how to do that. :-) From within Outlook, you can use the following code snippet to get to all the stores of the profile you are in and then get the file path of each one. With the file path, you can then use the...
Advice needed
Anrey Terkin
0 / 1 02 Oct 2008
i need help on my download scam site the who is dns server is not working with my php database. can anyone help? you can email me directly or use this address Address: Truda 14-1 City: Saint-Petersburg State: Saint-Petersburg ZIP: 188934 Country: RU Phone: +7.9113234634 the site is www.quicksoftupdate.com thanks...
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)