Move
Description
Description
This will move a message based on a given path.
Syntax
Syntax
trg.mail.Move id, path
id (input) - id of message you want to move
path (input) - path of message you want to move
Return value
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 Function
See also