| Rfc2047EncodePhrase(Encoding, String, Int32, Int32) Method |
Encode a phrase.
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static byte[] EncodePhrase(
Encoding charset,
string phrase,
int startIndex,
int count
)
Parameters
- charset Encoding
- The charset encoding.
- phrase String
- The phrase to encode.
- startIndex Int32
- The starting index of the phrase to encode.
- count Int32
- The number of characters to encode.
Return Value
ByteThe encoded phrase.
Exceptions Remarks
Encodes the phrase according to the rules of rfc2047 using
the specified charset encoding and formatting options.
See Also