ImapUtilsToUtf8QuotedString Method |
Converts the specified string into the IMAP4 quoted and UTF-8 encoded string.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static string ToUtf8QuotedString(
string s
)
Public Shared Function ToUtf8QuotedString (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to be converted into the IMAP4 quoted and UTF-8 encoded string.
Return Value
Type:
StringThe IMAP4 quoted and UTF-8 encoded string.
Remarks See Also