DistributionGroupIdParameter Members
Include Protected Members
Include Inherited Members
Identifies a mail distribution group.
The DistributionGroupIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DistributionGroupIdParameter() | Initializes a new instance of the DistributionGroupIdParameter class. | |
DistributionGroupIdParameter(INamedIdentity) | Initializes a new instance of the DistributionGroupIdParameter class from the specified named identity. | |
DistributionGroupIdParameter(ADObjectId) | Initializes a new instance of the DistributionGroupIdParameter class from the specified Active Directory object identifier. | |
DistributionGroupIdParameter(DistributionGroup) | Initializes a new instance of the DistributionGroupIdParameter class from the specified distribution group. | |
DistributionGroupIdParameter(String) | Initializes a new instance of the DistributionGroupIdParameter class from the specified distribution group 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 a localized error message when an invalid identifier is used to identify a distribution group. (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 | Returns a new instance of the DistributionGroupIdParameter class from the specified distribution group identifier. | |
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