SetUserOofSettingsRequest.Mailbox Property

Definition

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.

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.

Remarks

The only required property to set on the EmailAddress object is the Address property that identifies the user mailbox.

Applies to