varbinary - SSIS package email with attachments -


i'm building ssis package selects recordset of email data, loops through them, , emails them out through send mail tasks. have table emails, table addresses, , table attachments. right ssis package loops through emails table , each record populates variables body , subject.

from there have foreach loop loops through address table , populates variables , cc properties of send mail task.

from there have foreach loop loops through attachments table process address table. problem attachment data stored varbinary , cannot figure out how import ssis. there's no varbinary type , fileattachments property in ssis looking file path.

there no variable data type can accept varbinary data.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -