Save incoming e-mail as msg with name = sent date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I would like to save selected incoming mail in msg format, but the name of
the msg file shoot be the sent date of this e-maile.
Can anyone explain how I can achieve this?
Regards,
Eduard.
 
Am Mon, 3 Apr 2006 03:33:01 -0700 schrieb Ed_Berez:

Eduard, do you want to save the selected or the incoming messages?

For getting selected items you can use the ActiveExplorer.Selection
collection. Loop through that list and call each item´s Save method with the
item´s SentOn property as the file name.

For saving incoming messages you can start with the Inbox´ ItemAdd event. A
sample for that is available in the VBA help.
 
Back
Top