
Signature
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/
> Hello.
>
[quoted text clipped - 8 lines]
> Thanks.
> Thomas
Be aware of the security warnings when saving email with a VB script.
In case the only action is SaveAs, you may lower that particular
security setting in Exchange.
Eric schreef:
> I'm assuming you're automating the Outlook Object Model? If so, just use
> MailItem.SaveAS(3) '3 = olMsg
[quoted text clipped - 17 lines]
> > Thanks.
> > Thomas
Eric Legault [MVP - Outlook] - 29 Sep 2006 16:08 GMT
You will not receive these security warnings in Outlook 2003 if your script
is in a non-one-off, published from and you derive all objects from the
intrinsic Application and Item objects.

Signature
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/
> Be aware of the security warnings when saving email with a VB script.
> In case the only action is SaveAs, you may lower that particular
[quoted text clipped - 23 lines]
> > > Thanks.
> > > Thomas