Receives the response ending with specified request tag.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public ImapResponse ReceiveResponse(
	string tag
)
Visual Basic
Public Function ReceiveResponse ( _
	tag As String _
) As ImapResponse
Visual C++
public:
ImapResponse^ ReceiveResponse(
	String^ tag
)

Parameters

tag
Type: System..::..String
Request tag

Return Value

IMAP response object.

See Also