Catalyst Internet Mail .NET

InternetMail.MailServerType Enumeration

Specifes the type of mail server that the client is connected to.

[Visual Basic]
Public Enum InternetMail.MailServerType
[C#]
public enum InternetMail.MailServerType

Members

Member Name Description
serverUnknown The server type has not been explicitly set. The server type will be automatically determined by the value of the service port number specified by the value of the ServerPort property.
serverPop3 The Post Office Protocol is used when establishing a connection to the mail server.
serverImap4 The Internet Message Access Protocol is used when establishing a connection to the mail server.

Requirements

Namespace: SocketTools

Assembly: SocketTools.InternetMail (in SocketTools.InternetMail.dll)

See Also

SocketTools Namespace | ServerType Property (SocketTools.InternetMail)