Search results for query: *

  • Users: itapi
  • Order by date
  1. I

    Question send mail attachment locks file

    thank u very much for the nice help. so which command i should use instead of sendasync? can u give me the currect word/method?
  2. I

    Question send mail attachment locks file

    bro first of all thank u for the help. so i tryed this line attacfile.dispose() in the code: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim SmtpServer As New SmtpClient() SmtpServer.Credentials = New...
  3. I

    Question send mail attachment locks file

    hey all! i would like in my program to send an attachment file in the mail. so i managed to to this but after this i would like to acess the file again ,change somthing there and send it again. this is the code: Code: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles...
Back
Top