G Guest Apr 10, 2004 #1 How do you vba code a toggle controlling the "save messages in sent items folder"?
S Sue Mosher [MVP-Outlook] Apr 11, 2004 #2 Take a look at the MailItem.SaveSentMessageFolder and .DeleteAfterSubmit properties. You might also find the code sample at http://www.outlookcode.com/d/code/setsavefolder.htm useful. FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers Perico said: How do you vba code a toggle controlling the "save messages in sent items Click to expand... folder"?
Take a look at the MailItem.SaveSentMessageFolder and .DeleteAfterSubmit properties. You might also find the code sample at http://www.outlookcode.com/d/code/setsavefolder.htm useful. FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers Perico said: How do you vba code a toggle controlling the "save messages in sent items Click to expand... folder"?