6 references to QuotedPrintable
System (6)
net\System\Net\mail\Attachment.cs (2)
140part.TransferEncoding = TransferEncoding.QuotedPrintable; 192part.TransferEncoding = TransferEncoding.QuotedPrintable;
net\System\Net\mail\EncodedStreamFactory.cs (1)
34if (encoding == TransferEncoding.QuotedPrintable)
net\System\Net\mail\MimePart.cs (3)
60return TransferEncoding.QuotedPrintable; 73else if (value == TransferEncoding.QuotedPrintable) { 220else if (TransferEncoding == TransferEncoding.QuotedPrintable) {