| ITextPartSetText(String, String) Method |
Set the text content and the charset parameter in the Content-Type header.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax void SetText(
string charset,
string text
)
Parameters
- charset String
- The charset encoding.
- text String
- The text content.
Exceptions Remarks
This method is similar to setting the
Text property,
but allows specifying a charset encoding to use. Also updates the
Charset property.
See Also