Mailbox.MailboxPlan Property
Gets the mailbox plan for a mailbox.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property MailboxPlan As ADObjectId
Get
Set
'Usage
Dim instance As Mailbox
Dim value As ADObjectId
value = instance.MailboxPlan
instance.MailboxPlan = value
public ADObjectId MailboxPlan { get; set; }
Property Value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
A mailbox plan.
Remarks
The MailboxPlan property is only valid in the Outlook Live service.
See Also