DistributionGroup members
Represents a list of mail-enabled recipients throughout a Microsoft Exchange organization. Email messages and other information that is sent to the group are distributed to all of the group members.
The DistributionGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DistributionGroup() | Initializes a new instance of the DistributionGroup class. | |
DistributionGroup(ADGroup) | Initializes a new instance of the DistributionGroup class with an Active Directory data store object. |
Top
Properties
Name | Description | |
---|---|---|
BypassNestedModerationEnabled | Gets or sets a value that indicates whether to allow the parent group moderators to provide approval for any nested groups that are also moderated. | |
GroupType | Gets the type and scope of the distribution group. | |
ManagedBy | Gets or sets the name of the mailbox recipient or Active Directory user who manages the distribution group. | |
MemberDepartRestriction | Gets or sets the restriction to be placed on members who want to depart the distribution group. | |
MemberJoinRestriction | Gets or sets the restriction to be placed on members who want to join the distribution group. | |
SamAccountName | Gets or sets the name for clients of the object running on older operating systems. |
Top