![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi
Outlook 2003 with Exchange 2003. I am using the below code from within Access to send emails via outlook. Set objOutlook = CreateObject("Outlook.Application") Set objOutlookMsg = objOutlook.CreateItem(olMailItem) With objOutlookMsg .To = " .Subject = "Subject Here" .HTMLBody = "This is the body text..." .Save End With The problem is that instead of messages being saved in Draft folder, they are ending up saved in Inbox. What is the problem and how can I fix it? Thanks Regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
New messages ending up in Inbox instead of Draft | John | Outlook - General Queries | 2 | March 5th 08 11:55 PM |
Form saving messages in Draft instead of Sent items | David Pelizzari | Outlook - Using Forms | 7 | September 21st 07 06:32 PM |
Review of code to send all draft messages ... | M100C | Outlook and VBA | 2 | September 13th 07 05:36 PM |
Outlook Express 6 - Draft Email Icons on Desktop - Unable to use in draft form | [email protected] | Outlook Express | 1 | October 13th 06 11:58 AM |
draft messages don't close when outlook closes | [email protected] | Outlook - General Queries | 1 | July 13th 06 04:57 AM |