| IPop3ClientEnableUTF8Async Method |
Asynchronously enable UTF8 mode.
Namespace: MailKit.Net.Pop3Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax Task EnableUTF8Async(
CancellationToken cancellationToken = default
)
Parameters
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
TaskAn asynchronous task context.
Exceptions Remarks
The POP3 UTF8 extension allows the client to retrieve messages in the UTF-8 encoding and
may also allow the user to authenticate using a UTF-8 encoded username or password.
See Also