4 references to MailCommand
System.Net.Mail (4)
System\Net\Mail\SmtpTransport.cs (4)
199
MailCommand
.Send(_connection!, SmtpCommands.Mail, sender, allowUnicode);
287
IAsyncResult result =
MailCommand
.BeginSend(_connection, SmtpCommands.Mail, _from, _allowUnicode,
294
MailCommand
.EndSend(result);
305
MailCommand
.EndSend(result);