Consulting

Results 1 to 1 of 1

Thread: Getting ContactItem from Recipient

  1. #1
    VBAX Expert
    Joined
    Feb 2005
    Posts
    929
    Location

    Getting ContactItem from Recipient

    I am running ol2003 with the newest version of Redemption.

    A DistListItem has a number of Members, each is a Recipient. The GetMember method allows you to directly fetch a Recipient. Given a Recipient, how does one determine if:
    1. the recipient is another dist list
    2. the recipient is a "regular" contact
    3. the recipient is just an email address


    Given that the recipient is either another distlist or a regular contact, how does one directly fetch the corresponding ContactItem?

    Thanks

    UPDATE: I found an answer to the second part of this thread, i.e., how to directly fetch the appropriate ContactItem. The rdoRecipient item has a method, RDORecipient.AddressEntry.GetContact() which seems to do the job.
    Last edited by MWE; 10-24-2014 at 02:37 PM. Reason: Found Answer
    "It's not just the due date that's important, it's also the do date" [MWE]

    When your problem has been resolved, mark the thread SOLVED by clicking on the Thread Tools dropdown menu at the top of the thread.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •