Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TMailoptionen = class(TXMLObject)
![]() |
function IsSSL : boolean; |
![]() |
function IsTLS : boolean; |
![]() |
property Username : string read m_strName write m_strName; |
![]() |
property Email : string read m_strEmail write m_strEmail; |
![]() |
property Anmeldename : string read m_strID write m_strID; |
![]() |
property Kennwort : string read m_strKennwort write m_strKennwort; |
![]() |
property POPSrv : string read m_strPOPSrv write m_strPOPSrv; |
![]() |
property POPPort : integer read m_iPOPPort write m_iPOPPort; |
![]() |
property SMTPSrv : string read m_strSMTPSrv write m_strSMTPSrv; |
![]() |
property SMTPPort : integer read m_iSMTPPort write m_iSMTPPort; |
![]() |
property SMTPLogin : integer read m_iSMTPLogin write m_iSMTPLogin; |
![]() |
property SSL : integer read m_iSSL write m_iSSL; |
![]() |
property Blindkopie : integer read m_iBlindcopy write m_iBlindcopy; |
![]() |
property Speichern : integer read m_iSentMails write m_iSentMails; |
![]() |
property Empfangen : integer read m_iRecieved write m_iRecieved; |
![]() |
property Verschluesseln : integer read m_iVerschluesseln write m_iVerschluesseln; |
![]() |
function IsSSL : boolean; |
Ermittelt, ob mit SSL verschlüsselt werden soll Result
|
![]() |
function IsTLS : boolean; |
Ermittelt, ob mit TLS verschlüsselt werden soll Result
|
![]() |
property Username : string read m_strName write m_strName; |
![]() |
property Email : string read m_strEmail write m_strEmail; |
![]() |
property Anmeldename : string read m_strID write m_strID; |
![]() |
property Kennwort : string read m_strKennwort write m_strKennwort; |
![]() |
property POPSrv : string read m_strPOPSrv write m_strPOPSrv; |
![]() |
property POPPort : integer read m_iPOPPort write m_iPOPPort; |
![]() |
property SMTPSrv : string read m_strSMTPSrv write m_strSMTPSrv; |
![]() |
property SMTPPort : integer read m_iSMTPPort write m_iSMTPPort; |
![]() |
property SMTPLogin : integer read m_iSMTPLogin write m_iSMTPLogin; |
![]() |
property SSL : integer read m_iSSL write m_iSSL; |
0 -> kein SSL, 1 -> SSL, 2 -> TLS |
![]() |
property Blindkopie : integer read m_iBlindcopy write m_iBlindcopy; |
![]() |
property Speichern : integer read m_iSentMails write m_iSentMails; |
![]() |
property Empfangen : integer read m_iRecieved write m_iRecieved; |
![]() |
property Verschluesseln : integer read m_iVerschluesseln write m_iVerschluesseln; |