C# 클래스 Pop3.Pop3Client

상속: System.Net.Sockets.TcpClient
파일 보기 프로젝트 열기: rfinochi/pop3dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
RetrieveAsync ( Pop3Message message ) : IAsyncAction
RetrieveHeaderAsync ( Pop3Message message ) : IAsyncAction

메소드 상세

ConnectAsync() 공개 메소드

public ConnectAsync ( string server, string userName, string password ) : IAsyncAction
server string
userName string
password string
리턴 IAsyncAction

ConnectAsync() 공개 메소드

public ConnectAsync ( string server, string userName, string password, bool useSsl ) : IAsyncAction
server string
userName string
password string
useSsl bool
리턴 IAsyncAction

ConnectAsync() 공개 메소드

public ConnectAsync ( string server, string userName, string password, int port, bool useSsl ) : IAsyncAction
server string
userName string
password string
port int
useSsl bool
리턴 IAsyncAction

DeleteAsync() 공개 메소드

public DeleteAsync ( Pop3Message message ) : IAsyncAction
message Pop3Message
리턴 IAsyncAction

DisconnectAsync() 공개 메소드

public DisconnectAsync ( ) : IAsyncAction
리턴 IAsyncAction

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ListAndRetrieveAsync() 공개 메소드

public ListAndRetrieveAsync ( ) : IAsyncOperation>
리턴 IAsyncOperation>

ListAndRetrieveHeaderAsync() 공개 메소드

public ListAndRetrieveHeaderAsync ( ) : IAsyncOperation>
리턴 IAsyncOperation>

ListAsync() 공개 메소드

public ListAsync ( ) : IAsyncOperation>
리턴 IAsyncOperation>

RetrieveAsync() 공개 메소드

public RetrieveAsync ( IEnumerable messages ) : IAsyncAction
messages IEnumerable
리턴 IAsyncAction

RetrieveHeaderAsync() 공개 메소드

public RetrieveHeaderAsync ( IEnumerable messages ) : IAsyncAction
messages IEnumerable
리턴 IAsyncAction