Thanks but when you write "the value of the SaveSentMessageFolder to the
desired folder" do you mean the default folder is changed?
I want to save the mails sent through VBA to a specific folder but i do not
want to change the default folder
i am new in outlook vba and hardly understand that not documented code
thanks
"Sue Mosher [MVP-Outlook]" <
[email protected]> a écrit dans le message
de groupe de discussion :
(e-mail address removed)...
Before you send the message, set the value of the SaveSentMessageFolder to
the desired folder (a MAPIFolder object). For a code sample that
demonstrates
this (in a different context), see
http://www.outlookcode.com/codedetail.aspx?id=1173.
To create a folder, use the MAPIFolder.Folders.Add method on the desired
parent folder.
thomas said:
I send mail using outlook 2003 vba through excel 2003
Is is possible that the sent mails be saved in a specific folder instead
of
"sent items" folder ? and to create that specific folder if it does not
exist?