The MoveReceivedMail method will move the received message from the Inbox folder to a sub-folder of the Inbox folder.
Mailing.MoveReceivedMail
Folder names must be separated using a forward slash (eg.
"Sales/Jim").
The folder will be created if it does not exist.
This method can only be called when processing a message during the OnReceiveMail
event.
See the OnReceiveMail example
Sub Mailing_OnReceiveMail
If DSNType<>0 Then
MoveReceivedMail "DSN"
End If
End Sub
RemoveReceivedMail, OnReceiveMail