MessageType.From 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 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.