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 SourceDisplayName
The full name for the ISP mail server
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayShortName
The short name for the ISP mail server
Declaration
public string DisplayShortName { get; set; }
Property Value
Type | Description |
---|---|
string |
Documentation
Documentation information
Declaration
public Documentation[]? Documentation { get; set; }
Property Value
Type | Description |
---|---|
Documentation[] |
Domain
The list of domains
Declaration
public string[]? Domain { get; set; }
Property Value
Type | Description |
---|---|
string[] |
DominatingDomain
The dominating domain
Declaration
public string DominatingDomain { get; set; }
Property Value
Type | Description |
---|---|
string |
IncomingServer
List of incoming servers
Declaration
public IncomingServer[]? IncomingServer { get; set; }
Property Value
Type | Description |
---|---|
IncomingServer[] |
OutgoingServer
Outgoing server
Declaration
public OutgoingServer? OutgoingServer { get; set; }
Property Value
Type | Description |
---|---|
OutgoingServer |