Table of Contents

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

ExchangeAllowedOutOfOfficeType

AllowedOutOfOfficeTypeString

Gets the allowed out of office automatic reply types.

public string AllowedOutOfOfficeTypeString { get; set; }

Property Value

string

AutoForwardEnabled

Gets or sets whether to allow automatic forwarding.

public BooleanOption AutoForwardEnabled { get; set; }

Property Value

BooleanOption

AutoReplyEnabled

Gets or sets whether to allow automatic replies.

public BooleanOption AutoReplyEnabled { get; set; }

Property Value

BooleanOption

CharacterSet

Gets or sets the MIME character set to use - for example "iso-8859-1".

public string CharacterSet { get; set; }

Property Value

string

CharacterSetString

Gets the display name of the MIME character set to use - for example "Western European ‎(ISO)‎".

public string CharacterSetString { get; set; }

Property Value

string

DeliveryReportEnabled

Gets or sets whether to allow delivery reports.

public BooleanOption DeliveryReportEnabled { get; set; }

Property Value

BooleanOption

DomainName

Gets or sets the domain name of the remote domain.

public string DomainName { get; set; }

Property Value

string

Guid

Gets or sets the identifier of the remote domain in GUID format.

public string Guid { get; set; }

Property Value

string

Identity

Gets or sets the identity of the remote domain.

public string Identity { get; set; }

Property Value

string

MeetingForwardNotificationEnabled

Gets or sets whether to allow meeting forward notifications.

public BooleanOption MeetingForwardNotificationEnabled { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the remote domain.

public string Name { get; set; }

Property Value

string

NdrEnabled

Gets or sets whether to allow non-delivery reports.

public BooleanOption NdrEnabled { get; set; }

Property Value

BooleanOption

NonMimeCharacterSet

Gets or sets the non-MIME character set to use - for example "iso-8859-1".

public string NonMimeCharacterSet { get; set; }

Property Value

string

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

string

RichTextMode

Gets or sets the rich text format mode to use.

public ExchangeRichTextMode RichTextMode { get; set; }

Property Value

ExchangeRichTextMode

RichTextModeString

Gets the rich text format mode to use.

public string RichTextModeString { get; set; }

Property Value

string

WhenChanged

Gets or sets the date and time when the object was last updated.

public DateTime WhenChanged { get; set; }

Property Value

DateTime

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 ExchangeRemoteDomain

The CENTREL.XIA.Configuration.Types.ExchangeRemoteDomain to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.ExchangeRemoteDomain objects.