PowerTCP Mail for .NET
Response Property




Gets an ImapResponse encapsulating a response from the IMAP server.
Syntax
Public ReadOnly Property Response As ImapResponse
Dim instance As ImapUpdateEventArgs
Dim value As ImapResponse
 
value = instance.Response
public ImapResponse Response {get;}
public: __property ImapResponse* get_Response();
public:
property ImapResponse^ Response {
   ImapResponse^ get();
}

Property Value

Returns an ImapResponse that represents the response from the server.
See Also

Reference

ImapUpdateEventArgs Class
ImapUpdateEventArgs Members


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