| MimeUtilsQuote(String) Method |
Quote the specified text.
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static string Quote(
string text
)
Parameters
- text String
- The text to quote.
Return Value
StringThe quoted text.
Exceptions Remarks
Quotes the specified text, enclosing it in double-quotes and escaping
any backslashes and double-quotes within.
See Also