| ITextPartGetText(Encoding) Method |
Get the decoded text content using the provided charset encoding to
override the charset specified in the Content-Type parameters.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax string GetText(
Encoding encoding
)
Parameters
- encoding Encoding
- The charset encoding to use.
Return Value
StringThe decoded text.
Exceptions Remarks
Uses the provided charset encoding to convert the raw text content
into a unicode string, overriding any charset specified in the
Content-Type header.
See Also