MailboxPolicyIdParameter members
Identifies a mailbox policy.
The MailboxPolicyIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MailboxPolicyIdParameter() | Initializes a new instance of the MailboxPolicyIdParameter class. | |
MailboxPolicyIdParameter(INamedIdentity) | Initializes a new instance of the MailboxPolicyIdParameter class with the specified identity. | |
MailboxPolicyIdParameter(MailboxPolicy) | Initializes a new instance of the MailboxPolicyIdParameter class from an existing mailbox policy. | |
MailboxPolicyIdParameter(String) | Initializes a new instance of the MailboxPolicyIdParameter class from the specified string identifier. | |
MailboxPolicyIdParameter(ADObjectId) | Initializes a new instance of the MailboxPolicyIdParameter class with the specified Active Directory object identifier. |
Top
Methods
Name | Description | |
---|---|---|
Parse | Returns a new instance of the MailboxPolicyIdParameter class from the specified string identifier. |
Top