SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎TARGET Object‎ > ‎target.mail‎ > ‎

Delete


Platform Objects


Description

Delete a message

Syntax


trg.mail.Delete( id )

id - ID of the message you want to delete.

Return value


This function does not return a value.

Sample

'---------- Start ----------
Function Start
    trg.mail.Delete( "support@simx.com\inbox\Sample" )

End Function

See also


Platform Objects and Methods
target.mail.Connect()
target.mail.Disconnect()
target.mail