wodSmtp ActiveX Control - wodSmtp Object
    
 
Description

This is main wodSmtp object.


Object Model





Members
Methods
About Shows aboutbox
CheckEmailAddress Validate email address with a server.
Connect Connects to the SMTP server.
CreateFromHtml Creates new text/html message from saved HTML file.
CreateSimple Creates simple message.
CreateSimpleAttachment Creates simple message with attachment.
CreateTextHtml Creates multipart message.
CreateTextHtmlAttachment Creates multipart message with attachment.
Disconnect Disconnects from the server.
QueryDNS Sends query to DNS server for the address.
Reset Resets state on the server.
SendFromHtml Sends new text/html message from saved HTML file.
SendMessage Sends email message to the server.
SendSimple Creates and sends simple message.
SendSimpleAttachment Creates and sends simple message with attachment.
SendTextHtml Creates and sends multipart message.
SendTextHtmlAttachment Creates and sends multipart message with attachment.

Properties
Authentication Read-write property Determines authentication type with the server.
Blocking Read-write property Determines if methods are blocking.
Certificate Read-write property Holds private certificate/private key information.
DNSHostname Read-write property Holds hostname of DNS server.
Hostname Read-write property Holds hostname of SMTP server (Smarthost).
LastError Read-only property Holds last error that occurred.
LastErrorText Read-only property Holds text description of the last error.
Login Read-write property Holds login for SMTP authentication.
MailFrom Read-write property Holds sender of the message.
MailTo Read-write property Holds recipient of the message.
Message Read-only property Holds reference to the message.
MyHostname Read-write property Holds hostname of local computer.
MyIP Read-write property Holds IP address of local computer.
Notification Read-write property Fast notifications interface.
Password Read-write property Holds password for SMTP authentication.
Port Read-write property Holds port on SMTP server.
ProxyHostname Read-write property Specifies the hostname of the proxy to use.
ProxyLogin Read-write property Specifies the login/username to use when connecting to a proxy server.
ProxyPassword Read-write property Specifies the password to use when connecting to a proxy server.
ProxyPort Read-write property Specifies the port to use when connecting to a proxy server.
ProxyType Read-write property Specifies the type of proxy to use.
RequestReceipt Read-write property Determines if delivery/read receipt is requested from the server.
RetryCount Read-write property Determines how many times wodSmtp should retry if delivery fails.
RetryWait Read-write property Determines how many seconds to wait between each delivery.
Security Read-only property Determines if SSL is used.
State Read-only property Holds current state.
StateText Read-only property Returns text description of the state.
Timeout Read-write property Holds timeout value in seconds.
Transcript Read-write property Holds transcript of last session.
UseIPv6 Read-write property Determines if IPv6 addresses are allowed.
Version Read-write property Holds version information.

Events
Connected Fires when wodSmtp connects to the server.
Connecting Fires when wodSmtp tries to connect to the server.
Disconnected Fires when wodSmtp disconnects from the server.
DNSResponse Fires when DNS query returns.
Done Fires when message is sent.
EhloResponse Fires when remote server sends response to HELO/EHLO command.
HostCertificate Fires when remote server provides its certificate.
Progress Fires during message sending.
StateChange Fires when wodSmtp's state changes.