B
Bert Geenen
I am reworking some example code of Microsoft that allows me to select
multiple messages, have them added to the Junk Senders List and delete
them.
My problem is: objMailItem.SenderName returns the DISPLAY NAME of the
sender, where I am interested in adding the Internet address (e.g.
(e-mail address removed)) to the Junk Senders List.
Which property or method shoud I use that returns me this information
(if available at all...).
Best regards,
Bert Geenen (Belgium)
ps. the code I am reworking can be found on
http://office.microsoft.com/assistance/2002/articles/pwDeleteSenders.aspx
I am modifying it to make it work with Outlook 2000 (instead of 2002).
All works fine except for the above question.
If you are interested in the reworked code, just let me know.
multiple messages, have them added to the Junk Senders List and delete
them.
My problem is: objMailItem.SenderName returns the DISPLAY NAME of the
sender, where I am interested in adding the Internet address (e.g.
(e-mail address removed)) to the Junk Senders List.
Which property or method shoud I use that returns me this information
(if available at all...).
Best regards,
Bert Geenen (Belgium)
ps. the code I am reworking can be found on
http://office.microsoft.com/assistance/2002/articles/pwDeleteSenders.aspx
I am modifying it to make it work with Outlook 2000 (instead of 2002).
All works fine except for the above question.
If you are interested in the reworked code, just let me know.