SaveAsFile - save as subject line instead of DisplayName

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

Guest

I am trying to save attachments using the SaveAsFile macro and I would like
it to save the file as the subject line instead of the DisplayName. Is there
a way I could do this?

Also, how can I modify my macro to print and save multiple attachments at
the same time?
 
Am Fri, 28 Apr 2006 14:25:02 -0700 schrieb iamjbunni:

1) Simply call the SaveAs method with the Subject instead of the FileName

2) Loop through the Attachments collection instead of handling only with the
first one.
 
Back
Top