MailboxIdParameter Members
Include Protected Members
Include Inherited Members
Identifies an entity based on mailbox data.
The MailboxIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MailboxIdParameter() | Initializes a new instance of the MailboxIdParameter class. | |
MailboxIdParameter(INamedIdentity) | Initializes a new instance of the MailboxIdParameter class for the specified named identity. | |
MailboxIdParameter(ADObjectId) | Initializes a new instance of the MailboxIdParameter class for the entity with the specified Active Directory object identifier. | |
MailboxIdParameter(Mailbox) | Initializes a new instance of the MailboxIdParameter class for the entity with the specified mailbox. | |
MailboxIdParameter(MailboxEntry) | Initializes a new instance of the MailboxIdParameter class for the entity with the specified mailbox data entry. | |
MailboxIdParameter(MailboxId) | Initializes a new instance of the MailboxIdParameter class for the entity with the specified mailbox data identifier. | |
MailboxIdParameter(String) | Initializes a new instance of the MailboxIdParameter class for the entity with the specified identifier. |
Top
Properties
Name | Description | |
---|---|---|
AdditionalQueryFilter | (Inherited from ADIdParameter.) | |
IsSharedTenantConfigurationEnabled | (Inherited from ADIdParameter.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetErrorMessageForWrongType | Returns the location-specific error message for an invalid input parameter. (Overrides RecipientIdParameter.GetErrorMessageForWrongType(String).) | |
GetHashCode | (Inherited from Object.) | |
GetObjects<T>(ObjectId, IConfigDataProvider) | (Inherited from ADIdParameter.) | |
GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) | (Inherited from ADIdParameter.) | |
GetType | (Inherited from Object.) | |
IsMultitenancyEnabled | (Inherited from ADIdParameter.) | |
IsSharedConfigurationEnabled | (Inherited from ADIdParameter.) | |
IsWildcardDefined | (Inherited from ADIdParameter.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse | Initializes a new instance of the MailboxIdParameter class from the specified string representation of the identifier of an entity. | |
ToString | (Inherited from ADIdParameter.) | |
UpdateInternalADObjectId | (Inherited from ADIdParameter.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IIdentityParameter.Initialize | (Inherited from ADIdParameter.) | |
IIdentityParameter.RawIdentity | (Inherited from ADIdParameter.) |
Top