Hi
Recipients collection is not working properly in .NET.
dont know whether the bug is with redemption/NET.
Even when i loop thru it displays the first address every time.
for(int intK=0;intK<rMailItem.Recipients.Count;intK++)
{
MessageBox.Show(rMailItem.Recipients[intK].Type.ToString());
MessageBox.Show(rMailItem.Recipients[intK].Address.ToString());
MessageBox.Show(rMailItem.Recipients[intK].Class.ToString());
}
Anushya
Dmitry Streblechenko \(MVP\) - 23 Feb 2004 17:44 GMT
See my reply to your previous post
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> Hi
>
[quoted text clipped - 11 lines]
>
> Anushya
Anushya - 25 Feb 2004 07:26 GMT
Hi
it works fine. thankssss Dmitryyy
Anushya
> See my reply to your previous post
>
[quoted text clipped - 18 lines]
> >
> > Anushya