Problem with Saving Mail on Hard Disk

  • Thread starter Thread starter Shashi Bhosale
  • Start date Start date
S

Shashi Bhosale

Hi,
I would like to save a sent item on hard disk.

This is the code i am using
oOutlookMsg.Send()
oOutlookMsg.SaveAs("c:\temp\test.msg", 3)

- I get error on save, saying item is is moved or deleted.
I don't want to save the item before sending it.

Please help.

-Shashi
 
Back
Top