-
Topic
-
I am new to Formativ Studio. I am trying to create an applet that would move an incoming email from the mailbox into a folder. Here’s the code that was generated when I recorded the applet by dragging an email from the mailbox into a folder titled, “My folder”:
Sub Main(Client, GWEvent)
Call GroupWise.FolderSelect(“John SmithCabinetMy folder”)
End SubIt seems like it didn’t capture the call for moving an email into the selected folder. It only captured the call for selecting the folder. When I run this applet it simply opens the folder but does not move an email into it.
How can I write a call for moving any incoming email into a designated folder. Thank you.
- You must be logged in to reply to this topic.