• kingdonshel (2/13/2013)


    Hi opc.three, the truth is your code makes no difference the code works in the same way with or without your code as long as the file path is not specified for the Attacjhment variable it does not work

    Whai I was lookinf for was something like

    IF myHtmlMessage.Attachments.Add(New Attachment(Dts.Variables("Attachments").Value.ToString)) = ""

    Then

    myHtmlMessage = New MailMessage(Dts.Variables("From").Value.ToString(), Dts.Variables("To").Value.ToString(), Dts.Variables("Subject").Value.ToString(), Dts.Variables("Body").Value.ToString())

    I know the syntax might be wrong but basically if there is no attachment then just send message with the other variables.

    I just cant code as good as I would like to so I cant seem to get this working.

    I see that you are back to the 'it doesn't work mentality'.

    If you don't understand debugging and breakpoints, that's OK - just say so and we can try to help.

    But it seems that you're just ignoring our suggestions.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.