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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -