OrganizationIdParameter members
Identifies an organization within an Exchange server installation.
The OrganizationIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrganizationIdParameter() | Initializes a new instance of the OrganizationIdParameter class. | |
OrganizationIdParameter(INamedIdentity) | Initializes a new instance of the OrganizationIdParameter class for the specified named identity. | |
OrganizationIdParameter(TenantOrganizationPresentationObject) | Initializes a new instance of the OrganizationIdParameter class for the specified tenant organization. | |
OrganizationIdParameter(OrganizationId) | Initializes a new instance of the OrganizationIdParameter class for the specified organization. | |
OrganizationIdParameter(String) | Initializes a new instance of the OrganizationIdParameter class for the organization with the specified identity string. | |
OrganizationIdParameter(ADObjectId) | Initializes a new instance of the OrganizationIdParameter class for the specified Active Directory object identifier. |
Top
Methods
Name | Description | |
---|---|---|
Parse | Returns a new instance of the OrganizationIdParameter class for the specified organization identity string. |
Top