MailboxData.Email 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 Email property gets or sets the mailbox user for a GetUserAvailability query.
public:
property ExchangeWebServices::EmailAddress ^ Email { ExchangeWebServices::EmailAddress ^ get(); void set(ExchangeWebServices::EmailAddress ^ value); };
public ExchangeWebServices.EmailAddress Email { get; set; }
Public Property Email As EmailAddress
Property Value
The Email property returns an EmailAddress object.