G
Guest
I recently wrote a Macro that went though my inbox and exported every
objMailItem.SenderEmailAddress to Excel. This allows me to capture a master
email list. With the SenderEmailAddress code my export gets the address in
the (e-mail address removed) format. My issue now is that in the bcc or cc
fields I often get the intended recipients alias as in“ Joe Schmo†but not
his address as in (e-mail address removed). (I assume that the one format is an object
of the other or something of the sort.)
I am perfectly happy to give up on doing this in vba. When I cut the
addresses that read something like “Schmo, Joe <[email protected]â€. > from the
cc or bcc field and paste anythere outside an Outlook address field I lose
the (e-mail address removed) format and only get the Schmo, Joe.
Ideas? I am using Outlook 2003 to get the objMailItem.SenderEmailAddress to
work….
objMailItem.SenderEmailAddress to Excel. This allows me to capture a master
email list. With the SenderEmailAddress code my export gets the address in
the (e-mail address removed) format. My issue now is that in the bcc or cc
fields I often get the intended recipients alias as in“ Joe Schmo†but not
his address as in (e-mail address removed). (I assume that the one format is an object
of the other or something of the sort.)
I am perfectly happy to give up on doing this in vba. When I cut the
addresses that read something like “Schmo, Joe <[email protected]â€. > from the
cc or bcc field and paste anythere outside an Outlook address field I lose
the (e-mail address removed) format and only get the Schmo, Joe.
Ideas? I am using Outlook 2003 to get the objMailItem.SenderEmailAddress to
work….