Share via


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

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace