Consulting

Results 1 to 2 of 2

Thread: SenderEmailAddress

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

    SenderEmailAddress

    I am running ol2003. I have a number of procedures that examine mailitems and pull off the sender's email address using olItem.SenderEmailAddress

    However, if I attempt to use this approach with the "current" mailitem, i.e., the mailitem referenced in the Application_ItemSend procedure, SenderEmailAddress is always blank. I assume that this is because that field is filled in only after intermediate processing and just before the item is actually sent. True?
    "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.

  2. #2
    VBAX Expert JP2112's Avatar
    Joined
    Oct 2008
    Location
    Astoria, NY
    Posts
    590
    Location
    Sorry for the late reply, but I feel like we may have discussed this before?

    The SenderEmailAddress Property "Returns a String that represents the e-mail address of the sender of the e-mail message, meeting item, or post."

    I think this implies that you are examining something you've received, not something you are sending.
    Regards,
    JP

    Read the FAQ
    Getting free help on the web
    My website
    Please use [vba][/vba] tags when posting code

Posting Permissions

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