Description
This will move a message based on a given path.
Syntax
trg.mail.Move id, path
id (input) - id of message you want to movepath (input) - path of message you want to move
Return value
This function does not return a value.
Sample'---------- Start ----------Function Start trg.mail.Connect "imap", "simx02", "support@simx.com", "test2" trg.mail.Move "test", "support@simx.com/trash"End FunctionSee also
'---------- Start ----------
Function Start
trg.mail.Connect "imap", "simx02", "support@simx.com", "test2"
trg.mail.Move "test", "support@simx.com/trash"
End Function
Platform Objects and Methodstarget.mail.GetMessages()target.mail.Replace()target.mail