The Smtp 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 Debug
Gets/Sets SMTP debug flag.
Public property DebugStream
Gets/Sets debug output stream.
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.
Public property HeloAddress
Gets/Sets the SMTP HELO address.
Public property Hostname
Gets/Sets the SMTP server host name.
Public property LicenseKey
License key.
Public property Port
Gets/Sets the SMTP server port number.
Public property ProxyHostname
Gets/Sets the hostname or IP address of the Proxy server.
Public property ProxyPassword
Gets/Sets the password used to log in to the Proxy server.
Public property ProxyPort
Gets/Sets the port of the Proxy server.
Public property ProxyType
Gets/Sets the type of Proxy server.
Public property ProxyUsername
Gets/Sets the username used to log in to the Proxy server.
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public property Timeout
Gets/Sets the Socket Timeout parameter.
Public property ToAddress
Gets/Sets the SMTP TO address.

See Also