18 references to Append
System.Net.Mail (18)
System\Net\Mail\SmtpCommands.cs (16)
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); 559conn.BufferBuilder.Append(command); 566conn.BufferBuilder.Append(SmtpCommands.CRLF); 629conn.BufferBuilder.Append(SmtpCommands.Recipient); 631conn.BufferBuilder.Append(SmtpCommands.CRLF); 652conn.BufferBuilder.Append(SmtpCommands.Quit);
System\Net\Mime\MimeWriter.cs (2)
66_bufferBuilder.Append(_boundaryBytes); 99_bufferBuilder.Append(_boundaryBytes);