Enables UTF-8 support in IMAP server.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void EnableUtf8()
Public Sub EnableUtf8
public: void EnableUtf8()
member EnableUtf8 : unit -> unit
Remarks
Before calling this method, you need to check IMAP capability list to see if server supports "UTF8=ACCEPT" or "UTF8=ALL" capability.
For more info see rfc5738.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Is raised when IMAP client is not in valid state(not-connected,not-authenticated or selected state). |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119