Get Outlook mailitem internet headers Message-id value for use in

G

Guest

In Outlook 2002, sp2, Internet headers can be seen by right clicking on a
mail item and selecting options. Message-id, Return-Path, Reply-to, and From
are available in internet headers, but are not easily found in Outlook
objects. I suspect that these are MAPI properties, but I cannot get a list of
the MAPI properties.

SenderName does not include the email address of the sender within VBA.
ReplyRecipients.item(1).AddressEntry works for Reply-to, but it would be much
simpler to parse what I need from Internet Headers. I can use sendkeys to get
Internet Headers to the clip board, but VBA for Outlook does not have
GetFromClipboard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top