Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: SSIS Send Mail Task keeps Opened Files

    Ready. It works. I have the Kaspersky AV but it doesn't scan my outgoing e-mails. That wans't the issue.I tried with dispose() on Attachments and it worked.

    With this:

    ......

    ...

  • RE: SSIS Send Mail Task keeps Opened Files

    It didn't work. I wrote my code below. I tried clearing the attachments files but it keeps my file in use.

    I tried with these lines too:

    myHtmlMessage.Attachments.Clear()

    myHtmlMessage = Nothing

    mySmtpClient = Nothing

    It...

Viewing 2 posts - 1 through 3 (of 3 total)