MessageType.Sender Property

Definition

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.

Applies to