G Guest Dec 21, 2005 #1 Hello What is the vba obect to set/change the save sent mail to check box ? Thanks
S Sue Mosher [MVP-Outlook] Dec 21, 2005 #2 MailItem.DeleteAfterSubmit toggles the setting to save the item on and off. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers
MailItem.DeleteAfterSubmit toggles the setting to save the item on and off. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers
D Dmitry Streblechenko Dec 21, 2005 #3 Use the MailItem.DeleteAfterSubmit property (boolean) Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool
Use the MailItem.DeleteAfterSubmit property (boolean) Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool