Disconnect

Description

Disconnect from a mail server

Syntax

trg.mail.Disconnect()

Return value

This function does not return a value.

Sample

'---------- Start ----------

Function Start

 

trg.mail.Connect( "imap", "simx02", "test@simx.com", "test2" )

trg.mail.Disconnect()

End Function

See also

Platform Objects and Methods

target.mail.Delete()

target.mail.GetMessage()

target.mail