Microsoft
Software
Hardware
Network
Question : Move smtp cdo message to a file
I need help moving an e-mail that was not sent via smtp to a folder. How is this done?
Answer : Move smtp cdo message to a file
I believe CDONTS, although the below links point to CoClass (CDOSYS) objects
Sorry - the command is:
objEmail.SaveToFile "c:\fileaddress.eml", adSaveCreateOverWrite
The last arguement states to overwrite the original file name
More info here:
http://msdn.microsoft.com/
library/de
fault.asp?
url=/libra
ry/
en-us/e
2k3/e2k3/_
cdo_messag
e_coclass.
asp
http://msdn.microsoft.com/
library/de
fault.asp?
url=/libra
ry/
en-us/w
ss/wss/_cd
o_message_
coclass.as
p
Random Solutions
Database backup using stored proc
Visual Fox Pro Error
Creating a Report from Filtered Records
Using simple GDI + with vb.net
acc97-form with MSChart(size problem)
ASP.NET Session Resetting when New Browser Openned
Pinnicle PCTV 330e
Only display "True" check boxes on Access report
How to minimize a VFP 7 application to the system tray
Using a Field from a Table as part of the file name when saving in a module