| Thread | Last Post | Replies |
|
| Avoid login dialog | 26 Sep 2006 17:47 GMT | 1 |
I'm trying to automate creating a PST and placing some emails in it from VC++. I shouldn't need to log into an Exchange server, as I'm not sending or receiving any email. I just want to create a PST file. I'm not
|
| sending email to drafts folder | 26 Sep 2006 14:35 GMT | 3 |
I am trying to use .save as opposed to .send
|
| how to add links under a folder in MS Outlook 2003 using outlook programming | 26 Sep 2006 05:56 GMT | 4 |
Hi.. i wanted to know whether its possible to add links under a folder using outlook programming and COM Add Ins. I am using VS.NET 2003.....I am able to create sub folders within folders.Thats why i
|
| Outlook programming from C++ | 25 Sep 2006 23:53 GMT | 2 |
I guess this is the most appropriate forum to make this announcement since there is no outlook.program_c++ newsgroup and that fellow C++ programmers will most likely find themselves here when they will be looking for Outlook programming resources.
|
| Can admin set mailbox permissions using CDO? | 25 Sep 2006 22:57 GMT | 2 |
My company is developing a migration utility and one part is to copy the permissions on mailboxes and calendars from the legacy system to Exchange 2003. The utility is being developed using the CDO library. However, the
|
| Fix received dates on items after importing from Outlook Express | 25 Sep 2006 22:24 GMT | 1 |
After importing mail items from Outlook Express, some (but not all) of the items have an incorrect received date. It seems to affect only the items that were forwarded. The received date/time shown on these items is now the date/time that they were imported.
|
| Outlook2003 Stript How to extract a list of contact by the Company Name | 25 Sep 2006 21:38 GMT | 1 |
On a personal Form I want to fill a combo box with all the contact (from public contact folder) that have a specific Company Name I don't where to start can someone help
|
| Outlook Folder Drag and Drop Event | 25 Sep 2006 21:33 GMT | 5 |
Is it a way to monitor drag and drop folder?
|
| PR_MESSAGE_SIZE | 25 Sep 2006 19:17 GMT | 3 |
I am trying to obtian the PR_MESSAGE_SIZE Mapi property in a VBA program I am writing. Does anyone know the funtions I need to use or have any sample code which does this.
|
| Email triggered by Reminder | 25 Sep 2006 19:01 GMT | 1 |
I'm getting an error on this Code Line of the 1st case: objMsg.To = Item.To I want to be able to email all those Scehduled for a meeting off the reminder notice. It works if I give it an Email string, it just will not
|
| How to access built-in property pages? | 24 Sep 2006 18:29 GMT | 2 |
Are the properties of Outlook's built-in options available to managed code? I only need read-only access. Thanks, Tad
|
| Correct way to get top-level folder of newly added store (new PST file) | 22 Sep 2006 23:47 GMT | 2 |
I need to know how to get the top-level folder for the store that I just opened/created with AddStore. My code looks like this right now: ... (create olApp object) ... CNameSpace olNs(olApp.GetNamespace("MAPI"));
|
| Insert word document/Bookmark into email body | 22 Sep 2006 13:45 GMT | 4 |
i have a word document and created a bookmark which highlights the text i am interested in. i would like to insert the bookmark at the beginning of the email so that a user's signature appears after the bookmark.
|
| Copy and move mail to folder | 22 Sep 2006 12:45 GMT | 4 |
I need to be able to select a mail item in my inbox, make a copy of it and move the original to a folder named "Saved Mail" and move the copy to a folder named "Copied Mail". The only way I've been sucessful doing this is to create two separate macros (see my provided code) ...
|
| Outlook Execute Macro using Costume Control | 22 Sep 2006 12:26 GMT | 5 |
Having read some of the postings on this website, I have managed to define my own custom button 'HSE Monitors' on the 'Main Menu' commandbar. However, I have not been able set-up the command button to execute the required macro. The required macro being 'SaveAttachment' in the ...
|