Метод | Описание | |
---|---|---|
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 |