1 write to allowUnicode
System (1)
net\System\Net\mail\MimeMultiPart.cs (1)
171this.allowUnicode = allowUnicode;
2 references to allowUnicode
System (2)
net\System\Net\mail\MimeMultiPart.cs (2)
114IAsyncResult sendResult = part.BeginSend(context.writer, mimePartSentCallback, allowUnicode, context); 154IAsyncResult sendResult = part.BeginSend(context.writer, mimePartSentCallback, allowUnicode, context);