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