Class ExchangeRecipientsConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the configuration of the recipients for an Microsoft Exchange organization.
public class ExchangeRecipientsConfiguration : BaseTypeSection
- Inheritance
-
ExchangeRecipientsConfiguration
Constructors
ExchangeRecipientsConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeRecipientsConfiguration class.
public ExchangeRecipientsConfiguration()
Properties
DistributionGroups
Gets or sets the distribution groups in the organization.
public ExchangeDistributionGroups DistributionGroups { get; set; }
Property Value
DynamicDistributionGroups
Gets or sets the dynamic distribution groups in the organization.
public ExchangeDynamicDistributionGroups DynamicDistributionGroups { get; set; }
Property Value
Mailboxes
Gets or sets the mailboxes in the organization.
public ExchangeMailboxes Mailboxes { get; set; }
Property Value
UnifiedGroups
Gets or sets the unified (Office 365) groups in the organization. This only applies to Exchange Online.
public ExchangeUnifiedGroups UnifiedGroups { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeRecipientsConfiguration cloned from this object.
public ExchangeRecipientsConfiguration Clone()
Returns
- ExchangeRecipientsConfiguration
A CENTREL.XIA.Configuration.Types.ExchangeRecipientsConfiguration.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeRecipientsConfiguration class from the specified XML.
public static ExchangeRecipientsConfiguration FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeRecipientsConfiguration
A CENTREL.XIA.Configuration.Types.ExchangeRecipientsConfiguration class.