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