Sendername of Read Receipt

P

Prabakar R

Hello,

I am trying to populate the combobox with all the
Sendername of the messages from specific folder. While
doing that i am facing a problem. There is a Read receipt
message present in that folder and the code cannot get the
sendername of the read receipt message?

Could anyone help on how to overcome this problem?

Thanks.
Prabakar R.
 
S

Sue Mosher [MVP-Outlook]

I'd suggest that you simply ignore all the items that do not have Class =
olMail.
 
P

Prabakar R

Thanks Sue. Now the code is working fine. Onceagain thanks
a lot.

Prabakar R.
 
P

Prabakar

Sue,

Just curious to know, is there anyway that we could
identify the Read Receipt notification reply emails.

Thanks,
Prabakar R.
 
S

Sue Mosher [MVP-Outlook]

Look at the value of MessageClass property. If you don't already have
OUtlook Spy from http://www.dimastr.com, get it.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Top