Is it possible to get the Recipeint who the e-mail is To?

  • Thread starter Thread starter Sanjay Singh
  • Start date Start date
S

Sanjay Singh

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
 
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
 
Am Mon, 13 Feb 2006 09:53:24 +1200 schrieb Sanjay Singh:

Sanyay, why don´t you read the To property itself?
 
Back
Top