Returns the settings to initialize SmtpSender, either to Client or Server
More...
|
| | TSmtpServerSettings (string ASmtpHost, int ASmtpPort, bool ASmtpEnableSsl, string ASmtpUsername, string ASmtpPassword, bool ASmtpIgnoreServerCertificateValidation) |
| | Constructor method. More...
|
| |
Returns the settings to initialize SmtpSender, either to Client or Server
◆ TSmtpServerSettings()
| Ict.Common.IO.TSmtpServerSettings.TSmtpServerSettings |
( |
string |
ASmtpHost, |
|
|
int |
ASmtpPort, |
|
|
bool |
ASmtpEnableSsl, |
|
|
string |
ASmtpUsername, |
|
|
string |
ASmtpPassword, |
|
|
bool |
ASmtpIgnoreServerCertificateValidation |
|
) |
| |
|
inline |
Constructor method.
- Parameters
-
| ASmtpHost | |
| ASmtpPort | |
| ASmtpEnableSsl | |
| ASmtpUsername | |
| ASmtpPassword | |
| ASmtpIgnoreServerCertificateValidation | |
◆ SmtpEnableSsl
| bool Ict.Common.IO.TSmtpServerSettings.SmtpEnableSsl |
|
get |
◆ SmtpHost
| string Ict.Common.IO.TSmtpServerSettings.SmtpHost |
|
get |
◆ SmtpIgnoreServerCertificateValidation
| bool Ict.Common.IO.TSmtpServerSettings.SmtpIgnoreServerCertificateValidation |
|
get |
◆ SmtpPassword
| string Ict.Common.IO.TSmtpServerSettings.SmtpPassword |
|
get |
◆ SmtpPort
| int Ict.Common.IO.TSmtpServerSettings.SmtpPort |
|
get |
◆ SmtpUsername
| string Ict.Common.IO.TSmtpServerSettings.SmtpUsername |
|
get |
The documentation for this struct was generated from the following file: