Hello to everyone, i'm trying to use the SMTPClient object to send email messages asynchronously.
Everything working fine except when i try to set a log file to store informations from the server using:
smtpclient.LogFile(la_path, true)
If i use the "Send" function the file is created correctly, but when i use the "SendAsync" no log file is created.
Not sure if this is a bug or not.
Any ideas?
tia,
simone