C# Class Pop3.Pop3Client

Inheritance: System.Net.Sockets.TcpClient
Afficher le fichier Open project: rfinochi/pop3dotnet Class Usage Examples

Méthodes publiques

Méthode Description
ConnectAsync ( string server, string userName, string password ) : IAsyncAction
ConnectAsync ( string server, string userName, string password, bool useSsl ) : IAsyncAction
ConnectAsync ( string server, string userName, string password, int port, bool useSsl ) : IAsyncAction
DeleteAsync ( Pop3Message message ) : IAsyncAction
DisconnectAsync ( ) : IAsyncAction
Dispose ( ) : void
ListAndRetrieveAsync ( ) : IAsyncOperation>
ListAndRetrieveHeaderAsync ( ) : IAsyncOperation>
ListAsync ( ) : IAsyncOperation>
RetrieveAsync ( IEnumerable messages ) : IAsyncAction
RetrieveHeaderAsync ( IEnumerable messages ) : IAsyncAction

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
RetrieveAsync ( Pop3Message message ) : IAsyncAction
RetrieveHeaderAsync ( Pop3Message message ) : IAsyncAction

Method Details

ConnectAsync() public méthode

public ConnectAsync ( string server, string userName, string password ) : IAsyncAction
server string
userName string
password string
Résultat IAsyncAction

ConnectAsync() public méthode

public ConnectAsync ( string server, string userName, string password, bool useSsl ) : IAsyncAction
server string
userName string
password string
useSsl bool
Résultat IAsyncAction

ConnectAsync() public méthode

public ConnectAsync ( string server, string userName, string password, int port, bool useSsl ) : IAsyncAction
server string
userName string
password string
port int
useSsl bool
Résultat IAsyncAction

DeleteAsync() public méthode

public DeleteAsync ( Pop3Message message ) : IAsyncAction
message Pop3Message
Résultat IAsyncAction

DisconnectAsync() public méthode

public DisconnectAsync ( ) : IAsyncAction
Résultat IAsyncAction

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListAndRetrieveAsync() public méthode

public ListAndRetrieveAsync ( ) : IAsyncOperation>
Résultat IAsyncOperation>

ListAndRetrieveHeaderAsync() public méthode

public ListAndRetrieveHeaderAsync ( ) : IAsyncOperation>
Résultat IAsyncOperation>

ListAsync() public méthode

public ListAsync ( ) : IAsyncOperation>
Résultat IAsyncOperation>

RetrieveAsync() public méthode

public RetrieveAsync ( IEnumerable messages ) : IAsyncAction
messages IEnumerable
Résultat IAsyncAction

RetrieveHeaderAsync() public méthode

public RetrieveHeaderAsync ( IEnumerable messages ) : IAsyncAction
messages IEnumerable
Résultat IAsyncAction