This will retrieve messages
trg.mail.GetMessage( "id" )
id (input) - The id of the message you want to get.
This function returns the message as a string.
Sample
'---------- Start ----------
Function Start
trg.mail.GetMessage( "support@simx.com\inbox\Sample" )
End Function
See also