18 references to Append
System.Net.Mail (18)
System\Net\Mail\SmtpCommands.cs (16)
221
conn.BufferBuilder.
Append
(SmtpCommands.Auth);
225
conn.BufferBuilder.
Append
(SmtpCommands.CRLF);
231
conn.BufferBuilder.
Append
(SmtpCommands.CRLF);
291
conn.BufferBuilder.
Append
(SmtpCommands.Data);
336
conn.BufferBuilder.
Append
(SmtpCommands.DataStop);
389
conn.BufferBuilder.
Append
(SmtpCommands.EHello);
391
conn.BufferBuilder.
Append
(SmtpCommands.CRLF);
443
conn.BufferBuilder.
Append
(SmtpCommands.Hello);
445
conn.BufferBuilder.
Append
(SmtpCommands.CRLF);
501
conn.BufferBuilder.
Append
(SmtpCommands.StartTls);
502
conn.BufferBuilder.
Append
(SmtpCommands.CRLF);
559
conn.BufferBuilder.
Append
(command);
566
conn.BufferBuilder.
Append
(SmtpCommands.CRLF);
629
conn.BufferBuilder.
Append
(SmtpCommands.Recipient);
631
conn.BufferBuilder.
Append
(SmtpCommands.CRLF);
652
conn.BufferBuilder.
Append
(SmtpCommands.Quit);
System\Net\Mime\MimeWriter.cs (2)
66
_bufferBuilder.
Append
(_boundaryBytes);
99
_bufferBuilder.
Append
(_boundaryBytes);