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.23341.1754
Syntax
public Task<ImapResponse> ReceiveResponseAsync(
	string tag
)

Parameters

tag
Type: SystemString
Request tag

Return Value

Type: TaskImapResponse
IMAP response object.
See Also