Share via


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
Public method MailboxIdParameter() Initializes a new instance of the MailboxIdParameter class.
Public method MailboxIdParameter(INamedIdentity) Initializes a new instance of the MailboxIdParameter class for the specified named identity.
Public method MailboxIdParameter(ADObjectId) Initializes a new instance of the MailboxIdParameter class for the entity with the specified Active Directory object identifier.
Public method MailboxIdParameter(Mailbox) Initializes a new instance of the MailboxIdParameter class for the entity with the specified mailbox.
Public method MailboxIdParameter(MailboxEntry) Initializes a new instance of the MailboxIdParameter class for the entity with the specified mailbox data entry.
Public method MailboxIdParameter(MailboxId) Initializes a new instance of the MailboxIdParameter class for the entity with the specified mailbox data identifier.
Public method MailboxIdParameter(String) Initializes a new instance of the MailboxIdParameter class for the entity with the specified identifier.

Top

Properties

  Name Description
Protected property AdditionalQueryFilter (Inherited from ADIdParameter.)
Protected property IsSharedTenantConfigurationEnabled (Inherited from ADIdParameter.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetErrorMessageForWrongType Returns the location-specific error message for an invalid input parameter. (Overrides RecipientIdParameter.GetErrorMessageForWrongType(String).)
Public method GetHashCode (Inherited from Object.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider) (Inherited from ADIdParameter.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) (Inherited from ADIdParameter.)
Public method GetType (Inherited from Object.)
Protected method IsMultitenancyEnabled (Inherited from ADIdParameter.)
Protected method IsSharedConfigurationEnabled (Inherited from ADIdParameter.)
Protected method IsWildcardDefined (Inherited from ADIdParameter.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse Initializes a new instance of the MailboxIdParameter class from the specified string representation of the identifier of an entity.
Public method ToString (Inherited from ADIdParameter.)
Protected method UpdateInternalADObjectId (Inherited from ADIdParameter.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IIdentityParameter.Initialize (Inherited from ADIdParameter.)
Explicit interface implemetationPrivate property IIdentityParameter.RawIdentity (Inherited from ADIdParameter.)

Top