MailItem.SaveAs generate the security popup

  • Thread starter Thread starter Bingo
  • Start date Start date
I took a quick look at the link. Since I'm not doing
anything with recipients, why SaveAs generates the
security popup? Also, I'm using On Error Resume Next to
try to handle this in the code, but the popup is
generated anyway. Since the current version of
Redemption provides SaveAs function, does it bypass the
security thing? Last time you mentioned it does not
currently. Please confirm. Since I've to stay with VB6
now, any way I can bypass this programmatically? Thanks.
 
SaveAs is a blocked method because it can be used to harvest email
addresses.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
I need to save RTF formatted emails so I can reload them
back to a RichTextbox control. Thanks.
 
Redemption does not currently support the olRTF format - there is an issue
with RTF messages with embedded objects that I am still working on. If you
only want the RTF body, read the SafeMailItem.RTFBody property and save it
to a file.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top