Terminate Method


Terminate incomplete SendMail method in asynchronous mode.

[Syntax]
Visual C++: HRESULT Terminate()
Visual Basic: Terminate()

Remarks

This method is designed for asynchronous operating mode. It terminates all incomplete tasks and returns to (application) main function immediately. This operation terminates all unfinished tasks and loses unsent data.
This method can only be used in asynchronous operating mode.

See Also

Asynchronous Property
SendMail Method