GetMessage
Description
Description
This will retrieve messages
Syntax
Syntax
trg.mail.GetMessage( "id" )
id (input) - The id of the message you want to get.
Return value
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