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 

enter image description here

i using outlook 2016 64 bit version

sure, use namespace.accounts collection , read theaccount.smtpaddress property.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -