bug with .NET/Redemeption while accessing Redemption Recipients colln in .NET - pls clarify

A

Anushya

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
 
A

Anushya

Hi
it works fine. thankssss Dmitryyy
Anushya
Dmitry Streblechenko \(MVP\) said:
See my reply to your previous post

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


Anushya said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top