Click or drag to resize
MimeKit

Pop3Client Constructor

Initializes a new instance of the Pop3Client class.

Namespace: MailKit.Net.Pop3
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public Pop3Client()
Remarks
Before you can retrieve messages with the Pop3Client, you must first call one of the Connect methods and authenticate using one of the Authenticate methods.
See Also