EmailMessage.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.
Gets or sets who the e-mail came from.
public:
property Microsoft::Exchange::WebServices::Data::EmailAddress ^ From { Microsoft::Exchange::WebServices::Data::EmailAddress ^ get(); void set(Microsoft::Exchange::WebServices::Data::EmailAddress ^ value); };
public Microsoft.Exchange.WebServices.Data.EmailAddress From { get; set; }
Public Property From As EmailAddress
Property Value
An e-mail address.