c# - how to get from address in outlook when multiple mailboxes are configured using add-in express -
is there way 'from' address(sender) form outlook when multiple mailboxes configured using add-in express.
i want capture sender address before sending mail inside item_send event . following property give default email address not selected one.
mail.sendusingaccount.smtpaddress i using outlook 2016 64 bit version
sure, use namespace.accounts collection , read theaccount.smtpaddress property.

Comments
Post a Comment