[This is preliminary documentation and is subject to change.]
Creates a new instance of destination that sends EMails
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public SMTPDestination(
string name,
string host,
int port,
bool ssl
)
public SMTPDestination(
string name,
string host,
int port,
bool ssl
)
Public Sub New (
name As String,
host As String,
port As Integer,
ssl As Boolean
)
Public Sub New (
name As String,
host As String,
port As Integer,
ssl As Boolean
)
public:
SMTPDestination(
String^ name,
String^ host,
int port,
bool ssl
)
public:
SMTPDestination(
String^ name,
String^ host,
int port,
bool ssl
)
new :
name : string *
host : string *
port : int *
ssl : bool -> SMTPDestination
new :
name : string *
host : string *
port : int *
ssl : bool -> SMTPDestination