A
Anushya
Hi
I have a problem when i loop thru recipients collection of
Redemption.SafeMailItem in .net. In this code
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());
}
the first recipient is getting displayed all the times. But count is
working correctly. Am i doing a mistake or bug in .NET/Redemption.
Thanks
Anushya
I have a problem when i loop thru recipients collection of
Redemption.SafeMailItem in .net. In this code
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());
}
the first recipient is getting displayed all the times. But count is
working correctly. Am i doing a mistake or bug in .NET/Redemption.
Thanks
Anushya