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.26106.1555
Syntax
public ImapResponse ReceiveResponse(
	string tag
)

Parameters

tag  String
Request tag

Return Value

ImapResponse
IMAP response object.
See Also