Table of Contents

Class ExchangeServerPopSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the post office protocol (POP) service settings for an Exchange server in a Microsoft Exchange organization. This only applies to Exchange On-Premises.

public class ExchangeServerPopSettings : BypassSection
Inheritance
ExchangeServerPopSettings
Inherited Members

Constructors

ExchangeServerPopSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeServerPopSettings class.

public ExchangeServerPopSettings()

Properties

AuthenticatedConnectionTimeout

Gets or sets the authenticated time-out in seconds.

public int AuthenticatedConnectionTimeout { get; set; }

Property Value

int

Banner

Gets or sets the banner text to display.

public string Banner { get; set; }

Property Value

string

CalendarRetrievalSetting

Gets or sets the calendar retrieval setting.

public ExchangePopCalendarRetrievalSetting CalendarRetrievalSetting { get; set; }

Property Value

ExchangePopCalendarRetrievalSetting

CalendarRetrievalSettingString

Gets the calendar retrieval setting.

public string CalendarRetrievalSettingString { get; set; }

Property Value

string

LogonMethod

Gets or sets the POP logon method.

public ExchangePopLogonMethod LogonMethod { get; set; }

Property Value

ExchangePopLogonMethod

LogonMethodString

Gets the POP logon method.

public string LogonMethodString { get; set; }

Property Value

string

MaxCommandSize

Gets or sets the maximum command size in bytes.

public int MaxCommandSize { get; set; }

Property Value

int

MaxConnectionFromSingleIP

Gets or sets the maximum number of connections from a single IP address.

public int MaxConnectionFromSingleIP { get; set; }

Property Value

int

MaxConnections

Gets or sets the maximum allowed connections.

public int MaxConnections { get; set; }

Property Value

int

MaxConnectionsPerUser

Gets or sets the maximum number of connections from a single user.

public int MaxConnectionsPerUser { get; set; }

Property Value

int

MessageSortOrder

Gets or sets the message sort order.

public ExchangeSortOrder MessageSortOrder { get; set; }

Property Value

ExchangeSortOrder

MessageSortOrderString

Gets the message sort order.

public string MessageSortOrderString { get; set; }

Property Value

string

MimeFormat

Gets or sets the message MIME Format.

public ExchangeMimeTextFormat MimeFormat { get; set; }

Property Value

ExchangeMimeTextFormat

MimeFormatString

Gets the message MIME Format.

public string MimeFormatString { get; set; }

Property Value

string

OwaServerUrl

Gets or sets the URL of the Outlook Web Access Server. This only applies when Calendar retrieval is set to "Custom".

public string OwaServerUrl { get; set; }

Property Value

string

PreAuthenticatedConnectionTimeout

Gets or sets the unauthenticated time-out in seconds.

public int PreAuthenticatedConnectionTimeout { get; set; }

Property Value

int

ProxyTargetPort

Gets or sets the port on the Microsoft Exchange POP3 Backend service that listens for client connections that are proxied from the Microsoft Exchange POP3 service. The default value is 1995.

public int ProxyTargetPort { get; set; }

Property Value

int

SslBindings

Gets or sets the SSL bindings.

public SerializableStringCollection SslBindings { get; set; }

Property Value

SerializableStringCollection

UnencryptedOrTlsBindings

Gets or sets the unencrypted or TLS bindings.

public SerializableStringCollection UnencryptedOrTlsBindings { get; set; }

Property Value

SerializableStringCollection

X509CertificateName

Gets or sets the name of the SSL certificate used for the service.

public string X509CertificateName { get; set; }

Property Value

string

Methods

ToString()

Returns the POP settings as a human readable string.

public override string ToString()

Returns

string

The POP settings as a human readable string.