Pop3Client
Contents
[
Hide
]
Pop3Client constructor (1 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client()
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (2 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (3 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, SecurityOptions securityOptions)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
securityOptions | SecurityOptions | Security mode for a mail client |
See Also
- enum SecurityOptions
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (4 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, int port)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
port | Int32 | The port number |
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (5 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, int port, SecurityOptions securityOptions)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
port | Int32 | The port number |
securityOptions | SecurityOptions | Security mode for a mail client |
See Also
- enum SecurityOptions
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (6 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, string username, string password)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
username | String | The username |
password | String | The password |
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (7 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, string username, string password, SecurityOptions securityOptions)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
username | String | The username |
password | String | The password |
securityOptions | SecurityOptions | Security mode for a mail client |
See Also
- enum SecurityOptions
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (8 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, int port, string username, string password)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
port | Int32 | The port number |
username | String | The username |
password | String | The password |
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (9 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, int port, string username, string password,
SecurityOptions securityOptions)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
port | Int32 | The port number |
username | String | The username |
password | String | The password |
securityOptions | SecurityOptions | Security mode for a mail client |
See Also
- enum SecurityOptions
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (10 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, int port, string username, string authInfo, bool useOAuth,
SecurityOptions securityOptions)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
port | Int32 | The port number |
username | String | The user name |
authInfo | String | The user password or XOAUTH2 access token |
useOAuth | Boolean | Defines whether SASL XOAUTH2 mechanism is used to login to the server |
securityOptions | SecurityOptions | Security mode for a mail client |
See Also
- enum SecurityOptions
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (11 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, int port, string username, ITokenProvider tokenProvider,
SecurityOptions securityOptions)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
port | Int32 | The port number |
username | String | The user name |
tokenProvider | ITokenProvider | TokenProvider allowing to retrieve access token. |
securityOptions | SecurityOptions | Security mode for a mail client |
See Also
- interface ITokenProvider
- enum SecurityOptions
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (12 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, int port, string username, string password,
RemoteCertificateValidationCallback userCertificateValidationCallback)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
port | Int32 | The port number |
username | String | The username |
password | String | The password |
userCertificateValidationCallback | RemoteCertificateValidationCallback | System.Net.Security.RemoteCertificateValidationCallback |
See Also
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client constructor (13 of 13)
Initializes a new instance of the Pop3Client
class
public Pop3Client(string host, int port, string username, string password,
RemoteCertificateValidationCallback userCertificateValidationCallback,
SecurityOptions securityOptions)
Parameter | Type | Description |
---|---|---|
host | String | The host name |
port | Int32 | The port number |
username | String | The username |
password | String | The password |
userCertificateValidationCallback | RemoteCertificateValidationCallback | System.Net.Security.RemoteCertificateValidationCallback |
securityOptions | SecurityOptions | Security mode for a mail client |
See Also
- enum SecurityOptions
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email