Just a quick question. can I add multiple recipients in the AddRecipient of the native SmtpClient email. Like for example:
SMTPClient Lnv_SmtpClient
Lnv_SmtpClient = Create SMTPClient
Lnv_SmtpClient.Message.AddRecipient('testr002.appeon@gmail.com','tester002.me@gmail.com','domyquestion@gmail.com')
.
.
.
Lnv_SmtpClient.Send()
Question will it send it to the 3 emails? or will it give an error? I have not try.
Regards,
Clarence.