16 references to SmtpCommands
System.Net.Mail (16)
System\Net\Mail\SmtpCommands.cs (15)
66
conn.BufferBuilder.Append(
SmtpCommands
.Auth);
70
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
76
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
119
conn.BufferBuilder.Append(
SmtpCommands
.Data);
164
conn.BufferBuilder.Append(
SmtpCommands
.DataStop);
208
conn.BufferBuilder.Append(
SmtpCommands
.EHello);
210
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
251
conn.BufferBuilder.Append(
SmtpCommands
.Hello);
253
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
296
conn.BufferBuilder.Append(
SmtpCommands
.StartTls);
297
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
353
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
404
conn.BufferBuilder.Append(
SmtpCommands
.Recipient);
406
conn.BufferBuilder.Append(
SmtpCommands
.CRLF);
427
conn.BufferBuilder.Append(
SmtpCommands
.Quit);
System\Net\Mail\SmtpTransport.cs (1)
118
await MailCommand.SendAsync<TIOAdapter>(_connection!,
SmtpCommands
.Mail, sender, allowUnicode, cancellationToken).ConfigureAwait(false);