17 references to SmtpCommands
System.Net.Mail (17)
System\Net\Mail\SmtpCommands.cs (15)
221
conn.BufferBuilder.Append(
SmtpCommands
.Auth);
225
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
231
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
291
conn.BufferBuilder.Append(
SmtpCommands
.Data);
336
conn.BufferBuilder.Append(
SmtpCommands
.DataStop);
389
conn.BufferBuilder.Append(
SmtpCommands
.EHello);
391
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
443
conn.BufferBuilder.Append(
SmtpCommands
.Hello);
445
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
501
conn.BufferBuilder.Append(
SmtpCommands
.StartTls);
502
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
566
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
629
conn.BufferBuilder.Append(
SmtpCommands
.Recipient);
631
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
652
conn.BufferBuilder.Append(
SmtpCommands
.Quit);
System\Net\Mail\SmtpTransport.cs (2)
199
MailCommand.Send(_connection!,
SmtpCommands
.Mail, sender, allowUnicode);
287
IAsyncResult result = MailCommand.BeginSend(_connection,
SmtpCommands
.Mail, _from, _allowUnicode,