PDA

View Full Version : SenderEmailAddress



MWE
05-27-2011, 08:02 PM
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?

JP2112
06-29-2011, 06:18 PM
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.