Description
-
Disconnects from the server.
Return Type
-
None
Syntax
-
object.Disconnect
The Disconnect Method syntax has these parts:
| object |
An expression
evaluating to an object of type wodSmtp. |
Remarks
-
This method will disconnect from the server, and stop
any ongoing deliveries of the message. wodSmtp will not
attempt delivery of the same message anymore, until you use
SendMessage
method again.
|