Click or drag to resize

ImapReceiveResponseAsync Method

Receives the response ending with specified request tag.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public Task<ImapResponse> ReceiveResponseAsync(
	string tag,
	CancellationToken cancel = default
)

Parameters

tag  String
Request tag
cancel  CancellationToken  (Optional)
A cancellation token that can be used to signal the asynchronous operation should be canceled.

Return Value

TaskImapResponse
IMAP response object.
See Also