Private Shared Sub SendMailAsynchrone(mail As MailMessage) · Dim smtp As New SmtpClient() · Try · smtp.Send(mail) · Catch ex As Exception · 'Do some error handling…
確定! 回上一頁