Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Dynamic Properties Task to send multiple Attachments

    In case you're still interested:

    Try something along these lines:

    dim strAttachments

    strAttachments = "C:\File1.txt" + ";" + ""C:\File2.txt"

    oSendMailTask.FileAttachments = strAttachments

    This adds two attachments to your email.

     

Viewing post 1 (of 1 total)