6 references to SetContentFromString
System (6)
net\System\Net\mail\AlternateView.cs (2)
72
a.
SetContentFromString
(content, null, String.Empty);
78
a.
SetContentFromString
(content, contentEncoding, mediaType);
net\System\Net\mail\Attachment.cs (2)
420
a.
SetContentFromString
(content,null, String.Empty);
427
a.
SetContentFromString
(content, contentEncoding, mediaType);
net\System\Net\mail\LinkedResource.cs (2)
60
a.
SetContentFromString
(content, null, String.Empty);
66
a.
SetContentFromString
(content, contentEncoding, mediaType);