how write code to open item in OL2000 & save the item

G

Guest

anyone can assist me to wirte vba code to open attchment file *.awd in OL2000
& save in *.tif format
 
M

Michael Bauer

Am Thu, 11 Aug 2005 03:14:02 -0700 schrieb james yeo:

You need to save the attachment to your filesystem with SaveAsFile. Then
you can open it with the related application (use the Win32 API
ShellExecute).

OL isn´t able to convert the format. Maybe you can automate the related
application or look at www.wotsit.org if the formats are explained.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top