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