Class ExchangeDistributionGroupModerationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the moderation settings for a distribution group in a Microsoft Exchange organization.
public class ExchangeDistributionGroupModerationSettings : BaseTypeSection
- Inheritance
-
ExchangeDistributionGroupModerationSettings
Constructors
ExchangeDistributionGroupModerationSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeDistributionGroupModerationSettings class.
public ExchangeDistributionGroupModerationSettings()
Properties
Enabled
Gets or sets whether messages sent to this group have to be approved by a moderator.
public BooleanOption Enabled { get; set; }
Property Value
Moderators
Gets or sets the moderators for the distribution group.
public SerializableStringCollection Moderators { get; set; }
Property Value
- SerializableStringCollection
Notification
Gets or sets the moderation notification type.
public ExchangeDistributionGroupModerationNotification Notification { get; set; }
Property Value
NotificationString
Gets the moderation notification type.
public string NotificationString { get; set; }
Property Value
UnmoderatedSenders
Gets or sets the senders who don’t require message approval.
public SerializableStringCollection UnmoderatedSenders { get; set; }
Property Value
- SerializableStringCollection
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeDistributionGroupModerationSettings cloned from this object.
public ExchangeDistributionGroupModerationSettings Clone()
Returns
- ExchangeDistributionGroupModerationSettings
A CENTREL.XIA.Configuration.Types.ExchangeDistributionGroupModerationSettings.
ToString()
Returns the moderation settings as a human readable string.
public override string ToString()
Returns
- string
The moderation settings as a human readable string.