| Pop3Client Constructor |
Initializes a new instance of the
Pop3Client class.
Namespace: MailKit.Net.Pop3Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax 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