메소드 | 설명 | |
---|---|---|
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 ( |
||
DisconnectAsync ( ) : IAsyncAction | ||
Dispose ( ) : void | ||
ListAndRetrieveAsync ( ) : IAsyncOperation |
||
ListAndRetrieveHeaderAsync ( ) : IAsyncOperation |
||
ListAsync ( ) : IAsyncOperation |
||
RetrieveAsync ( IEnumerable |
||
RetrieveHeaderAsync ( IEnumerable |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
RetrieveAsync ( |
||
RetrieveHeaderAsync ( |
public ConnectAsync ( string server, string userName, string password ) : IAsyncAction | ||
server | string | |
userName | string | |
password | string | |
리턴 | IAsyncAction |
public ConnectAsync ( string server, string userName, string password, bool useSsl ) : IAsyncAction | ||
server | string | |
userName | string | |
password | string | |
useSsl | bool | |
리턴 | IAsyncAction |
public ConnectAsync ( string server, string userName, string password, int port, bool useSsl ) : IAsyncAction | ||
server | string | |
userName | string | |
password | string | |
port | int | |
useSsl | bool | |
리턴 | IAsyncAction |
public DeleteAsync ( |
||
message | ||
리턴 | IAsyncAction |
public ListAndRetrieveAsync ( ) : IAsyncOperation |
||
리턴 | IAsyncOperation |
public ListAndRetrieveHeaderAsync ( ) : IAsyncOperation |
||
리턴 | IAsyncOperation |
public RetrieveAsync ( IEnumerable |
||
messages | IEnumerable |
|
리턴 | IAsyncAction |
public RetrieveHeaderAsync ( IEnumerable |
||
messages | IEnumerable |
|
리턴 | IAsyncAction |