Re: Obtain BCC information in Exchange Store event sink
From: Victor Ivanidze (no_at_spam.please)
Date: 05/07/04
- Previous message: Taryon: "Exchange Workflow Newbie questions. Orientation needed!"
- In reply to: Jayashree Iyer: "Re: Obtain BCC information in Exchange Store event sink"
- Next in thread: Jayashree Iyer: "Re: Obtain BCC information in Exchange Store event sink"
- Reply: Jayashree Iyer: "Re: Obtain BCC information in Exchange Store event sink"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 7 May 2004 16:33:54 +0400
I just tested it. You do not need to to LDAP quesry as the message itself
contains that address.
Using OutlookSpy, try to execute the following script:
With Mailitem.Recipients
For i=1 To .Count
Debug.Print .Item(i).Name & " " & .Item(i).Address
Next
End With
-- Regards, Victor Ivanidze, software developer www.ivasoft.biz "Jayashree Iyer" <smart_jayu@hotmail.com> wrote in message news:e04669a0.0405061029.67aacb3a@posting.google.com... > I already considered that option; but the display name need not be > unique, and hence any lookup against the display name can return > multiple results. How do I ensure that the correct address is being > returned?
- Previous message: Taryon: "Exchange Workflow Newbie questions. Orientation needed!"
- In reply to: Jayashree Iyer: "Re: Obtain BCC information in Exchange Store event sink"
- Next in thread: Jayashree Iyer: "Re: Obtain BCC information in Exchange Store event sink"
- Reply: Jayashree Iyer: "Re: Obtain BCC information in Exchange Store event sink"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|