18 references to SmtpCommands
System (18)
net\System\Net\mail\SmtpCommands.cs (14)
216conn.BufferBuilder.Append(SmtpCommands.Auth); 220conn.BufferBuilder.Append(SmtpCommands.CRLF); 226conn.BufferBuilder.Append(SmtpCommands.CRLF); 286conn.BufferBuilder.Append(SmtpCommands.Data); 347conn.BufferBuilder.Append(SmtpCommands.DataStop); 399conn.BufferBuilder.Append(SmtpCommands.EHello); 401conn.BufferBuilder.Append(SmtpCommands.CRLF); 453conn.BufferBuilder.Append(SmtpCommands.Hello); 455conn.BufferBuilder.Append(SmtpCommands.CRLF); 510conn.BufferBuilder.Append(SmtpCommands.StartTls); 511conn.BufferBuilder.Append(SmtpCommands.CRLF); 574conn.BufferBuilder.Append(SmtpCommands.CRLF); 639conn.BufferBuilder.Append(SmtpCommands.Recipient); 641conn.BufferBuilder.Append(SmtpCommands.CRLF);
net\System\Net\mail\SmtpTransport.cs (4)
44this.Write(SmtpCommands.Quit, 0, SmtpCommands.Quit.Length); 317MailCommand.Send(connection, SmtpCommands.Mail, sender, allowUnicode); 407IAsyncResult result = MailCommand.BeginSend(connection, SmtpCommands.Mail, from, allowUnicode,