Outlook 2002 VBA will give you security prompts, but Outlook 2003 won't, as long as you derive all objects from the intrinsic Application object.
Greg's suggestion doesn't help, BTW, because the SaveAs method triggers a security prompt.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Mark Ivey" wrote in message ...
I am designing it at home in Outlook 2002, but plan on using it at work for
Outlook 2003.
VBA (and VBS if needed).
Is there a way to get the SenderName Value via code?
From what I can tell, this is trapped behind some of the security features
in Outlook.
I am wanting to reference this value so I can utilize it in an effort to
make an archiving macro.