![]() |
e-mails not recorded in Sent messages
Hi All,
I use Ron de Bruin's Sub Mail_small_Text_Outlook() (in Office2003) and it works fine, except that e-mails sent with it are not recorded in Outlook2003 Sent messages. Is there any way to achieve this? Thanks, Stefi |
e-mails not recorded in Sent messages
Stefi,
You could try setting the sent item folder for the mail item: I'm not sure of the specific object naming conventions that Ron uses, but you could try a variation on: Set myNS = olApplication.GetNamespace("MAPI") myItem.SaveSentMessageFolder = myNS.Folders(olFolderSentMail) HTH, Bernie MS Excel MVP "Stefi" wrote in message ... Hi All, I use Ron de Bruin's Sub Mail_small_Text_Outlook() (in Office2003) and it works fine, except that e-mails sent with it are not recorded in Outlook2003 Sent messages. Is there any way to achieve this? Thanks, Stefi |
e-mails not recorded in Sent messages
Thanks, Bernie, I'll try that.
Stefi €˛Bernie Deitrick€¯ ezt Ć*rta: Stefi, You could try setting the sent item folder for the mail item: I'm not sure of the specific object naming conventions that Ron uses, but you could try a variation on: Set myNS = olApplication.GetNamespace("MAPI") myItem.SaveSentMessageFolder = myNS.Folders(olFolderSentMail) HTH, Bernie MS Excel MVP "Stefi" wrote in message ... Hi All, I use Ron de Bruin's Sub Mail_small_Text_Outlook() (in Office2003) and it works fine, except that e-mails sent with it are not recorded in Outlook2003 Sent messages. Is there any way to achieve this? Thanks, Stefi |
All times are GMT +1. The time now is 08:23 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com