5 references to QuotedPrintable
System.Net.Mail (5)
System\Net\Mail\Attachment.cs (2)
117_part.TransferEncoding = TransferEncoding.QuotedPrintable; 175_part.TransferEncoding = TransferEncoding.QuotedPrintable;
System\Net\Mime\MimePart.cs (3)
63return TransferEncoding.QuotedPrintable; 85else if (value == TransferEncoding.QuotedPrintable) 242else if (TransferEncoding == TransferEncoding.QuotedPrintable)