Click or drag to resize

Smtp Fields

The Smtp type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefaultPort
Default SMTP protocol port (587). If you need to use different port please use port parameter in Connect(String, Int32) or Connect(String, Int32, Boolean) method.
Public fieldStatic memberDefaultSSLPort
Default SMTP protocol over SSL/TLS port (465). If you need to use different port please use port parameter in ConnectSSL(String, Int32) or Connect(String, Int32, Boolean) method.
Top
See Also