Modifier and Type | Method and Description |
---|---|
ImapIdentificationInfo |
ImapClient.endIntroduceClient(com.aspose.ms.System.IAsyncResult asyncResult)
Waits for the pending asynchronous operation to complete.
|
ImapIdentificationInfo |
ImapClient.getClientIdentificationInfo()
Gets or sets client identification information
See more: https://tools.ietf.org/html/rfc2971
|
static ImapIdentificationInfo |
ImapIdentificationInfo.getDefaultValue()
Default value
|
ImapIdentificationInfo |
ImapClient.getServerIdentificationInfo()
Gets server identification information
See more: https://tools.ietf.org/html/rfc2971
|
ImapIdentificationInfo |
ImapClient.introduceClient()
Introduces client information to a server.
|
ImapIdentificationInfo |
ImapClient.introduceClient(IConnection connection)
Introduces client information to a server.
|
ImapIdentificationInfo |
ImapClient.introduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo)
Introduces client information to a server.
|
ImapIdentificationInfo |
ImapClient.introduceClient(ImapIdentificationInfo clientIdentificationInfo)
Introduces client information to a server.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(ImapIdentificationInfo clientIdentificationInfo)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins introduce client information to a server asynchronously.
|
ImapIdentificationInfo |
ImapClient.introduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo)
Introduces client information to a server.
|
ImapIdentificationInfo |
ImapClient.introduceClient(ImapIdentificationInfo clientIdentificationInfo)
Introduces client information to a server.
|
void |
ImapClient.setClientIdentificationInfo(ImapIdentificationInfo value)
Gets or sets client identification information
See more: https://tools.ietf.org/html/rfc2971
|