Click or drag to resize

ImapReceiveResponse Method

Receives the response starting with a specified request tag.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public ImapResponse ReceiveResponse(
	string tag
)

Parameters

tag
Type: SystemString
Request tag

Return Value

Type: ImapResponse
IMAP response object.
See Also