First of all, if you looked in the object browser, you'd see that the MailItem object has no Sender property.
Second, Outlook doesn't provide any direct way to change the account or sender for an outgoing message. See http://www.outlookcode.com/codedetail.aspx?id=889 for various workarounds that might fit your scenario and mail environment.
-- 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 "Joshua Ellul" <jellul[ at ]onvol.net> wrote in message news:uJlnJ9uiGHA.3408[ at ]TK2MSFTNGP05.phx.gbl...
[Quoted Text] > Hi There, > > How can I set the MailItem Sender property of a MalItem being created by my > application. Perhaps using Redemption but how? > > Josh > >
|