Pop3Client Constructor (String, Int32, String, String, RemoteCertificateValidationCallback) |
Initializes a new instance of the
Pop3Client class
Namespace:
Aspose.Email.Clients.Pop3
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Pop3Client(
string host,
int port,
string username,
string password,
RemoteCertificateValidationCallback userCertificateValidationCallback
)
Public Sub New (
host As String,
port As Integer,
username As String,
password As String,
userCertificateValidationCallback As RemoteCertificateValidationCallback
)
public:
Pop3Client(
String^ host,
int port,
String^ username,
String^ password,
RemoteCertificateValidationCallback^ userCertificateValidationCallback
)
new :
host : string *
port : int *
username : string *
password : string *
userCertificateValidationCallback : RemoteCertificateValidationCallback -> Pop3Client
Parameters
- host
- Type: SystemString
The host name - port
- Type: SystemInt32
The port number - username
- Type: SystemString
The username - password
- Type: SystemString
The password - userCertificateValidationCallback
- Type: System.Net.SecurityRemoteCertificateValidationCallback
System.Net.Security.RemoteCertificateValidationCallback
See Also