CreateManagedFolderRequestType.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 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.