Share via


SharingItem.SenderEmailAddress Property

Outlook Developer Reference

Returns a String that represents the e-mail address of the sender of the SharingItem. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.SenderEmailAddress

expression   A variable that represents a SharingItem object.

Remarks

This property corresponds to the MAPI property PR_SENDER_EMAIL_ADDRESS.

See Also