Initializes a new instance of the Pop3Client class
Namespace: Cartella.Pop3.MailAssembly: Pop3Client (in Pop3Client.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public Pop3Client( PopServerInformation serverInfo ) |
| Visual Basic |
|---|
Public Sub New ( _ serverInfo As PopServerInformation _ ) |
| Visual C++ |
|---|
public: Pop3Client( PopServerInformation serverInfo ) |
Parameters
- serverInfo
- Type: Cartella.Pop3.Mail..::..PopServerInformation