PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Sendername of Read Receipt
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Sendername of Read Receipt
![]() |
Sendername of Read Receipt |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
I'd suggest that you simply ignore all the items that do not have Class =
olMail. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Prabakar R" <Prabakar.Rabindranath@eds.com> wrote in message news:15f701c47bca$667684b0$a501280a@phx.gbl... > 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. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks Sue. Now the code is working fine. Onceagain thanks
a lot. Prabakar R. >-----Original Message----- >I'd suggest that you simply ignore all the items that do not have Class = >olMail. > >-- >Sue Mosher, Outlook MVP >Author of > Microsoft Outlook Programming - Jumpstart for > Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart.aspx > > >"Prabakar R" <Prabakar.Rabindranath@eds.com> wrote in message >news:15f701c47bca$667684b0$a501280a@phx.gbl... >> 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. > > >. > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Sue,
Just curious to know, is there anyway that we could identify the Read Receipt notification reply emails. Thanks, Prabakar R. >-----Original Message----- >I'd suggest that you simply ignore all the items that do not have Class = >olMail. > >-- >Sue Mosher, Outlook MVP >Author of > Microsoft Outlook Programming - Jumpstart for > Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart.aspx > > >"Prabakar R" <Prabakar.Rabindranath@eds.com> wrote in message >news:15f701c47bca$667684b0$a501280a@phx.gbl... >> 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. > > >. > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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 http://www.outlookcode.com/jumpstart.aspx "Prabakar" <prabakar.rabindranath@eds.com> wrote in message news:16dc01c47bd7$9a320150$a501280a@phx.gbl... > Sue, > > Just curious to know, is there anyway that we could > identify the Read Receipt notification reply emails. > > Thanks, > Prabakar R. > > >-----Original Message----- > >I'd suggest that you simply ignore all the items that do > not have Class = > >olMail. > > > >-- > >Sue Mosher, Outlook MVP > >Author of > > Microsoft Outlook Programming - Jumpstart for > > Administrators, Power Users, and Developers > > http://www.outlookcode.com/jumpstart.aspx > > > > > >"Prabakar R" <Prabakar.Rabindranath@eds.com> wrote in > message > >news:15f701c47bca$667684b0$a501280a@phx.gbl... > >> 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. > > > > > >. > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

