PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Sendername of Read Receipt

Reply

Sendername of Read Receipt

 
Thread Tools Rate Thread
Old 06-08-2004, 04:31 PM   #1
Prabakar R
Guest
 
Posts: n/a
Default Sendername of Read Receipt


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.
  Reply With Quote
Old 06-08-2004, 05:01 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Sendername of Read Receipt

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.



  Reply With Quote
Old 06-08-2004, 06:02 PM   #3
Prabakar R
Guest
 
Posts: n/a
Default Re: Sendername of Read Receipt

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.

>
>
>.
>

  Reply With Quote
Old 06-08-2004, 06:05 PM   #4
Prabakar
Guest
 
Posts: n/a
Default Re: Sendername of Read Receipt

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.

>
>
>.
>

  Reply With Quote
Old 06-08-2004, 06:32 PM   #5
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Sendername of Read Receipt

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.

> >
> >
> >.
> >



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off