Class ClientConfig
Client configuration parameters
Inheritance
object
ClientConfig
Namespace: Nettify.MailAddress.IspInfo
Assembly: Nettify.dll
Syntax
public class ClientConfig
Properties
| Edit this page View SourceEmailProvider
The E-mail provider (ISP) information
Declaration
public EmailProvider? EmailProvider { get; set; }
Property Value
Type | Description |
---|---|
EmailProvider |
Enable
The log-in server enablement instructions
Declaration
public Enable? Enable { get; set; }
Property Value
Type | Description |
---|---|
Enable |
OAuth2
The OAuth2 information for the ISP's mail server
Declaration
public OAuth2? OAuth2 { get; set; }
Property Value
Type | Description |
---|---|
OAuth2 |
WebMail
The webmail configuration
Declaration
public WebMail? WebMail { get; set; }
Property Value
Type | Description |
---|---|
WebMail |