I
István Becze
I'm developing an Outlook add-in and I trying to capture the recipient name
in the same format as it is shown on the message as follows:
Assume you reply to an e-mail and you see the following resolved e-mail
address in the "To" field:
John Doe <[email protected]>
I would like to capture the above entire string in my add-in. (Note: The
MailItem.To property will only return the display name, which is 'John Doe'.)
Is there any other property of either the MailItem or the Inspector, that
will return the string that the user sees on the screen?
Do I have to recreate the string myself? The problem with this case is that
Global address book addresses have different format (i.e. only the display
name is shown) on the screen.
Thanks,
Istvan
in the same format as it is shown on the message as follows:
Assume you reply to an e-mail and you see the following resolved e-mail
address in the "To" field:
John Doe <[email protected]>
I would like to capture the above entire string in my add-in. (Note: The
MailItem.To property will only return the display name, which is 'John Doe'.)
Is there any other property of either the MailItem or the Inspector, that
will return the string that the user sees on the screen?
Do I have to recreate the string myself? The problem with this case is that
Global address book addresses have different format (i.e. only the display
name is shown) on the screen.
Thanks,
Istvan