CreateManagedFolderRequestType.Mailbox Property

Definition

The Mailbox property gets or sets the e-mail address of the mailbox in which the managed folders are added. This property is optional. This is a read/write property.

public:
 property ExchangeWebServices::EmailAddressType ^ Mailbox { ExchangeWebServices::EmailAddressType ^ get(); void set(ExchangeWebServices::EmailAddressType ^ value); };
public ExchangeWebServices.EmailAddressType Mailbox { get; set; }
Public Property Mailbox As EmailAddressType

Property Value

The Mailbox property returns an EmailAddressType object.

Remarks

This property is required when you are adding a mailbox to another account while you are using Exchange Impersonation.

Applies to