DistributionGroupIdParameter 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(String) | Initializes a new instance of the DistributionGroupIdParameter class from the specified distribution group identifier. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
GetErrorMessageForWrongType | Returns a localized error message when an invalid identifier is used to identify a distribution group. (Overrides RecipientIdParameter.GetErrorMessageForWrongType(String).) | |
Parse | Returns a new instance of the DistributionGroupIdParameter class from the specified distribution group identifier. |
Top