recipient email

  1. B

    Looking to get the Recipient email address (or even the "friendly name") from an email I am replying to using VBA

    I am needing to get the email address that someone sent an email TO. I have come up with one method that seems to use a link but that link is no longer valid: Const PR_SMTP_ADDRESS As String ="https://schemas.microsoft.com/mapi/proptag/0x39FE001E" But I cannot find another way. My immediate...
Back
Top