GetUserOofSettingsRequest.Mailbox 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 Mailbox property gets or sets the mailbox user whose OOF settings are returned. This property is required. This is a read/write property.
public:
property ExchangeWebServices::EmailAddress ^ Mailbox { ExchangeWebServices::EmailAddress ^ get(); void set(ExchangeWebServices::EmailAddress ^ value); };
public ExchangeWebServices.EmailAddress Mailbox { get; set; }
Public Property Mailbox As EmailAddress
Property Value
The Mailbox property returns an EmailAddress object.