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
Banner
Gets or sets the banner text to display.
public string Banner { get; set; }
Property Value
CalendarRetrievalSetting
Gets or sets the calendar retrieval setting.
public ExchangePopCalendarRetrievalSetting CalendarRetrievalSetting { get; set; }
Property Value
CalendarRetrievalSettingString
Gets the calendar retrieval setting.
public string CalendarRetrievalSettingString { get; set; }
Property Value
LogonMethod
Gets or sets the POP logon method.
public ExchangePopLogonMethod LogonMethod { get; set; }
Property Value
LogonMethodString
Gets the POP logon method.
public string LogonMethodString { get; set; }
Property Value
MaxCommandSize
Gets or sets the maximum command size in bytes.
public int MaxCommandSize { get; set; }
Property Value
MaxConnectionFromSingleIP
Gets or sets the maximum number of connections from a single IP address.
public int MaxConnectionFromSingleIP { get; set; }
Property Value
MaxConnections
Gets or sets the maximum allowed connections.
public int MaxConnections { get; set; }
Property Value
MaxConnectionsPerUser
Gets or sets the maximum number of connections from a single user.
public int MaxConnectionsPerUser { get; set; }
Property Value
MessageSortOrder
Gets or sets the message sort order.
public ExchangeSortOrder MessageSortOrder { get; set; }
Property Value
MessageSortOrderString
Gets the message sort order.
public string MessageSortOrderString { get; set; }
Property Value
MimeFormat
Gets or sets the message MIME Format.
public ExchangeMimeTextFormat MimeFormat { get; set; }
Property Value
MimeFormatString
Gets the message MIME Format.
public string MimeFormatString { get; set; }
Property Value
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
PreAuthenticatedConnectionTimeout
Gets or sets the unauthenticated time-out in seconds.
public int PreAuthenticatedConnectionTimeout { get; set; }
Property Value
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
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
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.