Move Mails from Sent Item

dear all,

i need your help. is there any possibilities to move the mails from sent item to spesific folder on notes client without copy it?

i know the design for sent item is a view and different with inbox as a folder.

thanks.

be secure.

Subject: Move Mails from Sent Item

If the ExcludeFromView field contains an “S”, documents don’t show in Sent. So create a simple agent that does something like this:

FIELD ExcludeFromView := ExcludeFromView:“S”;

@Command([Folder];“MyFolder”)