![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I hope someone can help me with this.
I want to know who the actual recipient of an e-mail is i.e. I want to know who the e-mail address of the first person in the To field. The recipients collection is not necessarily ordered correctly. Is there any way to get this information (with or without Redemption) Thanks in advance. Sanjay |
Ads |
#2
|
|||
|
|||
![]()
Parse the To property (separating at the ";" chars) and match each element
with the Recipient.Name property in the Recipients collection. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Sanjay Singh" wrote in message ... I hope someone can help me with this. I want to know who the actual recipient of an e-mail is i.e. I want to know who the e-mail address of the first person in the To field. The recipients collection is not necessarily ordered correctly. Is there any way to get this information (with or without Redemption) Thanks in advance. Sanjay |
#3
|
|||
|
|||
![]()
Am Mon, 13 Feb 2006 09:53:24 +1200 schrieb Sanjay Singh:
Sanyay, why donīt you read the To property itself? -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- I hope someone can help me with this. I want to know who the actual recipient of an e-mail is i.e. I want to know who the e-mail address of the first person in the To field. The recipients collection is not necessarily ordered correctly. Is there any way to get this information (with or without Redemption) Thanks in advance. Sanjay |
Thread Tools | Search this Thread |
Display Modes | |
|
|