GetUserOofSettingsRequest.Mailbox Property

The Mailbox property gets or sets the mailbox user whose OOF settings are returned. 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 GetUserOofSettingsRequest
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.