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