Overview
Script task providing management functions for IMAP email server. The script has the following parameters:
- ImapConnection – selects CozyRoc IMAP connection.
- Action – selects task action:
- DeleteMail – deletes mail.
- CopyMail – copies mail to folder.
- MoveMail – moves mail to another folder.
- CreateFolder – creates mail folder.
- DeleteFolder – deletes mail folder.
- GetFolders – gets list of folders.
- MailVariable – selects variable containing mail reference information.
- DestinationFolder – specifies destination mail folder.
- ParentFolder – specifies parent mail folder for retrieving list of folders.
- ResultVariable – selects variable where list of folders is stored.
Requirements
Depends on CozyRoc Script Task Plus for implementing parameters user interface.
Requires installation of CozyRoc SSIS+ 1.5 SR-2 library.
Library references
- System
- System.Data
- Microsoft.SqlServer.ScriptTask
- Microsoft.SqlServer.ManagedDTS
- CozyRoc.SSISPlus
