Class ExchangeAcceptedDomain
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an accepted domain configured in a Microsoft Exchange organization.
public class ExchangeAcceptedDomain : BaseTypeSection, IComparable<ExchangeAcceptedDomain>
- Inheritance
-
ExchangeAcceptedDomain
- Implements
Constructors
ExchangeAcceptedDomain()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeAcceptedDomain class.
public ExchangeAcceptedDomain()
Properties
DkimEnabled
Gets or sets whether DKIM is enabled for this domain. This only applies to Exchange Online.
public BooleanOption DkimEnabled { get; set; }
Property Value
DomainName
Gets or sets the name of the domain.
public string DomainName { get; set; }
Property Value
DomainType
Gets or sets the domain type.
public ExchangeAcceptedDomainType DomainType { get; set; }
Property Value
DomainTypeString
Gets the domain type.
public string DomainTypeString { get; set; }
Property Value
Guid
Gets or sets the identifier of the accepted domain in GUID format.
public string Guid { get; set; }
Property Value
Identity
Gets or sets the identity of the accepted domain.
public string Identity { get; set; }
Property Value
IsDefault
Gets or sets whether the accepted domain is the default domain.
public BooleanOption IsDefault { get; set; }
Property Value
MatchSubDomains
Gets or sets whether to accept mail for all subdomains.
public BooleanOption MatchSubDomains { get; set; }
Property Value
Name
Gets or sets the name of the accepted domain.
public string Name { get; set; }
Property Value
WhenChanged
Gets or sets the date and time when the object was last updated.
public DateTime WhenChanged { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeAcceptedDomain cloned from this object.
public ExchangeAcceptedDomain Clone()
Returns
- ExchangeAcceptedDomain
A CENTREL.XIA.Configuration.Types.ExchangeAcceptedDomain.
CompareTo(ExchangeAcceptedDomain)
Compares two CENTREL.XIA.Configuration.Types.ExchangeAcceptedDomain objects to allow sorting alphabetically by name.
public int CompareTo(ExchangeAcceptedDomain other)
Parameters
other
ExchangeAcceptedDomainThe CENTREL.XIA.Configuration.Types.ExchangeAcceptedDomain to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeAcceptedDomain objects.