4 references to MailCommand
System (4)
net\System\Net\mail\SmtpTransport.cs (4)
317
MailCommand
.Send(connection, SmtpCommands.Mail, sender, allowUnicode);
407
IAsyncResult result =
MailCommand
.BeginSend(connection, SmtpCommands.Mail, from, allowUnicode,
414
MailCommand
.EndSend(result);
425
MailCommand
.EndSend(result);