SSLStatus Event
Shows the progress of the secure connection.
Syntax
[VB.NET] Public Event OnSSLStatus As OnSSLStatusHandler
[C#] public event OnSSLStatusHandler OnSSLStatus; public delegate void OnSSLStatusHandler(object sender, PfilemailerSSLStatusEventArgs e); class PfilemailerSSLStatusEventArgs : EventArgs { string Message {get;} }
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.