The SmtpSsl type exposes the following members.

Properties

  Name Description
Protected property CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public property Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public property CurrentConnectionType
Gets or sets the secure protocol that the secure connection should use.
Public property Debug
Gets/Sets SMTP debug flag.
(Inherited from Smtp.)
Public property DebugStream
Gets/Sets debug output stream.
(Inherited from Smtp.)
Protected property DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected property Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public property FromAddress
Gets/Sets the SMTP FROM address.
(Inherited from Smtp.)
Public property HeloAddress
Gets/Sets the SMTP HELO address.
(Inherited from Smtp.)
Public property Hostname
Gets/Sets the SMTP server host name.
(Inherited from Smtp.)
Public property LicenseKey
License key.
(Inherited from Smtp.)
Public property Port
Gets/Sets the SMTP server port number.
(Inherited from Smtp.)
Public property ProxyHostname
Gets/Sets the hostname or IP address of the Proxy server.
(Inherited from Smtp.)
Public property ProxyPassword
Gets/Sets the password used to log in to the Proxy server.
(Inherited from Smtp.)
Public property ProxyPort
Gets/Sets the port of the Proxy server.
(Inherited from Smtp.)
Public property ProxyType
Gets/Sets the type of Proxy server.
(Inherited from Smtp.)
Public property ProxyUsername
Gets/Sets the username used to log in to the Proxy server.
(Inherited from Smtp.)
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public property Timeout
Gets/Sets the Socket Timeout parameter.
(Inherited from Smtp.)
Public property ToAddress
Gets/Sets the SMTP TO address.
(Inherited from Smtp.)

See Also