Search Results for

    Show / Hide Table of Contents

    Class IncomingServer

    The incoming server information (POP3 or IMAP)

    Inheritance
    object
    IncomingServer
    Namespace: Nettify.MailAddress.IspInfo
    Assembly: Nettify.dll
    Syntax
    public class IncomingServer

    Properties

    | Edit this page View Source

    Authentication

    The authentication methods

    Declaration
    public string[]? Authentication { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    Hostname

    The hostname for the server

    Declaration
    public string Hostname { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Pop3

    POP3 server properties

    Declaration
    public Pop3? Pop3 { get; set; }
    Property Value
    Type Description
    Pop3
    | Edit this page View Source

    Port

    The port for the server. Usually 995 or 993, depending on the server.

    Declaration
    public int Port { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    SocketType

    The socket type. Usually SSL or STARTTLS

    Declaration
    public string SocketType { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    The server type. Usually "imap" or "pop3"

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Username

    The username indicator. Usually, it's set to %EMAILADDRESS%, which means the E-mail address placeholder.

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX