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