DEPRECATED: Starting with SSIS+ 1.9, the .NET scripts are no longer maintained. Use the provided JavaScript alternative scripts instead.
Average: 3.3 (3 votes)


Overview

Data flow source, pushing IMailInfo list to data flow output buffer.


Setup

The script has the following parameters:

  • MailsVariable - selects variable containing mails list.
  • IsAttachmentsFolderVariable - indicates whether the attachments folder is stored in a variable.
    • AttachmentsFolder – specifies attachments folder.
    • AttachmentsFolderVariable – selects variable containing attachments folder.

Requirements

Depends on COZYROC Script Component Plus for implementing parameters user interface.
Requires installation of COZYROC SSIS+ 1.6 library.


Library references

  • System
  • System.Data
  • Microsoft.SqlServer.TxScript
  • Microsoft.SqlServer.PipelineHost
  • Microsoft.SqlServer.DTSPipelineWrap
  • Microsoft.SqlServer.DTSRuntimeWrap
  • Microsoft.SqlServer.ManagedDTS
  • CozyRoc.SSISPlus
  • System.Drawing
  • System.Design

ScriptMain