Method | Description | |
---|---|---|
Connect ( string serverName, int port, SslStartupMode sslMode ) : bool | ||
Disconnect ( ) : bool | ||
Dispose ( ) : void | ||
DownloadMessage ( string uid ) : MailMessage | ||
GetErrorDescription ( ) : string | ||
GetMessageUids ( ) : string[] | ||
LogIn ( string login, string password, AuthenticationMethods authenticationMethod ) : bool | ||
Pop3MailBeeClient ( ) : System |
public Connect ( string serverName, int port, SslStartupMode sslMode ) : bool | ||
serverName | string | |
port | int | |
sslMode | SslStartupMode | |
return | bool |
public DownloadMessage ( string uid ) : MailMessage | ||
uid | string | |
return | MailMessage |
public LogIn ( string login, string password, AuthenticationMethods authenticationMethod ) : bool | ||
login | string | |
password | string | |
authenticationMethod | AuthenticationMethods | |
return | bool |