MessageType.From Property

Definition

The From property gets or sets the addressee from whom the message was sent. This property is optional. This is a read/write property.

public:
 property ExchangeWebServices::SingleRecipientType ^ From { ExchangeWebServices::SingleRecipientType ^ get(); void set(ExchangeWebServices::SingleRecipientType ^ value); };
public ExchangeWebServices.SingleRecipientType From { get; set; }
Public Property From As SingleRecipientType

Property Value

The From property returns a SingleRecipientType that represents the addressee from whom the message was sent.Only the Name property is returned in a FindItem call. The EmailAddress property is not returned in a FindItem call.

Applies to