Class ExchangeRemoteDomain
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a remote domain configured in a Microsoft Exchange organization.
public class ExchangeRemoteDomain : BaseTypeSection, IComparable<ExchangeRemoteDomain>
- Inheritance
-
ExchangeRemoteDomain
- Implements
Constructors
ExchangeRemoteDomain()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeRemoteDomain class.
public ExchangeRemoteDomain()
Properties
AllowedOutOfOfficeType
Gets or sets the allowed out of office automatic reply types.
public ExchangeAllowedOutOfOfficeType AllowedOutOfOfficeType { get; set; }
Property Value
AllowedOutOfOfficeTypeString
Gets the allowed out of office automatic reply types.
public string AllowedOutOfOfficeTypeString { get; set; }
Property Value
AutoForwardEnabled
Gets or sets whether to allow automatic forwarding.
public BooleanOption AutoForwardEnabled { get; set; }
Property Value
AutoReplyEnabled
Gets or sets whether to allow automatic replies.
public BooleanOption AutoReplyEnabled { get; set; }
Property Value
CharacterSet
Gets or sets the MIME character set to use - for example "iso-8859-1".
public string CharacterSet { get; set; }
Property Value
CharacterSetString
Gets the display name of the MIME character set to use - for example "Western European (ISO)".
public string CharacterSetString { get; set; }
Property Value
DeliveryReportEnabled
Gets or sets whether to allow delivery reports.
public BooleanOption DeliveryReportEnabled { get; set; }
Property Value
DomainName
Gets or sets the domain name of the remote domain.
public string DomainName { get; set; }
Property Value
Guid
Gets or sets the identifier of the remote domain in GUID format.
public string Guid { get; set; }
Property Value
Identity
Gets or sets the identity of the remote domain.
public string Identity { get; set; }
Property Value
MeetingForwardNotificationEnabled
Gets or sets whether to allow meeting forward notifications.
public BooleanOption MeetingForwardNotificationEnabled { get; set; }
Property Value
Name
Gets or sets the name of the remote domain.
public string Name { get; set; }
Property Value
NdrEnabled
Gets or sets whether to allow non-delivery reports.
public BooleanOption NdrEnabled { get; set; }
Property Value
NonMimeCharacterSet
Gets or sets the non-MIME character set to use - for example "iso-8859-1".
public string NonMimeCharacterSet { get; set; }
Property Value
NonMimeCharacterSetString
Gets the display name of the non-MIME character set to use - for example "Western European (ISO)".
public string NonMimeCharacterSetString { get; set; }
Property Value
RichTextMode
Gets or sets the rich text format mode to use.
public ExchangeRichTextMode RichTextMode { get; set; }
Property Value
RichTextModeString
Gets the rich text format mode to use.
public string RichTextModeString { 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.ExchangeRemoteDomain cloned from this object.
public ExchangeRemoteDomain Clone()
Returns
- ExchangeRemoteDomain
A CENTREL.XIA.Configuration.Types.ExchangeRemoteDomain.
CompareTo(ExchangeRemoteDomain)
Compares two CENTREL.XIA.Configuration.Types.ExchangeRemoteDomain objects to allow sorting alphabetically by name.
public int CompareTo(ExchangeRemoteDomain other)
Parameters
other
ExchangeRemoteDomainThe CENTREL.XIA.Configuration.Types.ExchangeRemoteDomain to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeRemoteDomain objects.