OpenPetra
Free Administration Software for Non-Profits
Ict.Common.IO.TSmtpServerSettings Struct Reference

Returns the settings to initialize SmtpSender, either to Client or Server More...

Public Member Functions

 TSmtpServerSettings (string ASmtpHost, int ASmtpPort, bool ASmtpEnableSsl, string ASmtpUsername, string ASmtpPassword, bool ASmtpIgnoreServerCertificateValidation)
 Constructor method. More...
 

Properties

string SmtpHost [get]
 
int SmtpPort [get]
 
bool SmtpEnableSsl [get]
 
string SmtpUsername [get]
 
string SmtpPassword [get]
 
bool SmtpIgnoreServerCertificateValidation [get]
 

Detailed Description

Returns the settings to initialize SmtpSender, either to Client or Server

Constructor & Destructor Documentation

◆ 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

Property Documentation

◆ 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: