MessageType.Sender Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Sender property gets or sets the sender of a message. This property is optional. This is a read/write property.
public:
property ExchangeWebServices::SingleRecipientType ^ Sender { ExchangeWebServices::SingleRecipientType ^ get(); void set(ExchangeWebServices::SingleRecipientType ^ value); };
public ExchangeWebServices.SingleRecipientType Sender { get; set; }
Public Property Sender As SingleRecipientType
Property Value
The Sender property returns a SingleRecipientType object.Only the Name property is returned in a FindItem call. The EmailAddress property is not returned in a FindItem call.