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.
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.