Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Add-Ins / February 2004

Tip: Looking for answers? Try searching our database.

Outlook + redemption

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Anushya - 22 Feb 2004 08:17 GMT
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
Dmitry Streblechenko \(MVP\) - 23 Feb 2004 17:43 GMT
1. What is your version of Redemption?
2. Can you try to use rMailItem.Recipients.Item(intK) instead?
3. Do you have an executable you can send to my private address?

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

> Hi
> I have a problem when i loop thru recipients collection of
[quoted text clipped - 12 lines]
> Thanks
> Anushya
Anushya - 25 Feb 2004 07:32 GMT
Hi dmitry

1)its 1.0.1503.18997
2)this works fine.. thanksss dmitry.

thanks
Anushya
> 1. What is your version of Redemption?
> 2. Can you try to use rMailItem.Recipients.Item(intK) instead?
[quoted text clipped - 21 lines]
> > Thanks
> > Anushya
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.