Search Results for

    Show / Hide Table of Contents

    Class EmailProvider

    The E-mail provider (ISP) information

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

    Properties

    | Edit this page View Source

    DisplayName

    The full name for the ISP mail server

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

    DisplayShortName

    The short name for the ISP mail server

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

    Documentation

    Documentation information

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

    Domain

    The list of domains

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

    DominatingDomain

    The dominating domain

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

    IncomingServer

    List of incoming servers

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

    OutgoingServer

    Outgoing server

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