Click or drag to resize
MimeKit

TextPartGetText Method

Overload List
 NameDescription
Public methodGetText(Encoding) Get the decoded text content using the provided charset encoding to override the charset specified in the Content-Type parameters.
Public methodGetText(Encoding) Get the decoded text and the encoding used to convert it into unicode.
Public methodGetText(String) Get the decoded text content using the provided charset to override the charset specified in the Content-Type parameters.
Top
See Also