Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From VBA, I am creating a draft email via the following:
Set Outlook = CreateObject("Outlook.Application") Set SendItem = Outlook.CreateItem(olMailItem) With SendItem .Subject = Subject .HTMLBody = strBody .Save End With Set SendItem = Nothing Set Outlook = Nothing This works great, except for a couple of users. Their email goes to their Inbox instead of their Drafts folder. Is there a way to force the message to be saved in the drafts folder? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
attach outlook email | Excel Discussion (Misc queries) | |||
How do I set up Outlook email? | New Users to Excel | |||
Saving a draft only when outlook is open | Excel Discussion (Misc queries) | |||
Outlook Email | New Users to Excel | |||
Email & Outlook | Excel Discussion (Misc queries) |