I\'ve searched and searched for an answer so I\'ll post this here. I\'m trying to create a macro that will move 2 week old messages from my inbox to a specific folder I cre
This MSDN documentation will help.
This is a perfectly valid EX type address (as opposed to SMTP).
Try to use MailItem.Sender.GetExchangeUser().PrimarySmtpAddress.
You will need to check for nulls/errors of course in case the sender is not an Exchange user or if the address cannot be retrieved.