Search Results for

    Show / Hide Table of Contents

    Class ClientConfig

    Client configuration parameters

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

    Properties

    | Edit this page View Source

    EmailProvider

    The E-mail provider (ISP) information

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

    Enable

    The log-in server enablement instructions

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

    OAuth2

    The OAuth2 information for the ISP's mail server

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

    WebMail

    The webmail configuration

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