In SSIS, I want to send a mail stating the number of rows imported by a "Data Flow Task".
How can I get the number of rows imported in the "Send Mail Task"?
This Microsoft KB article covers what you're after in the enclosed example, using a variable and a row count transform, together with an expression for the mail subject (body would be similarly do-able).