PowerTCP Mail for .NET
Noop Method




Send a NOOP command to reset any server session timeout and poll for changes.
Syntax
Public Function Noop() As ImapResponse
Dim instance As Imap
Dim value As ImapResponse
 
value = instance.Noop()
public ImapResponse Noop()
public: ImapResponse* Noop(); 
public:
ImapResponse^ Noop(); 

Return Value

An ImapResponse object representing the response from the server. Any changes to the Mailbox are included.
Remarks
This resets any server session timeout and checks for changes in the current mailbox. If the server support IDLE, use Idle instead to receive Mailbox updates without polling. Unsolicited responses are reported by the Update event.
See Also

Reference

Imap Class
Imap Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic