SetUserOofSettingsRequest.Mailbox Property
The Mailbox property gets or sets the mailbox user who will have the updated Out of Office (OOF) settings. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Mailbox As EmailAddress
Get
Set
'Usage
Dim instance As SetUserOofSettingsRequest
Dim value As EmailAddress
value = instance.Mailbox
instance.Mailbox = value
public EmailAddress Mailbox { get; set; }
Property Value
Type: ExchangeWebServices.EmailAddress
The Mailbox property returns an EmailAddress object.
Remarks
The only required property to set on the EmailAddress object is the Address property that identifies the user mailbox.