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

GetMessage


Platform Objects


Description

This will retrieve messages


Syntax


trg.mail.GetMessage( "id" )

id (input) - The id of the message you want to get.


Return value


This function returns the message as a string.

Sample

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

End Function

See also


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