Dart.Mail Namespace > ImapResponse Class : Operation Property |
Public ReadOnly Property Operation As String
Dim instance As ImapResponse Dim value As String value = instance.Operation
public string Operation {get;}
public: __property string* get_Operation();
This property returns the optional response action. For example, the value is "CAPABILITY" for the line below.
* CAPABILITY IMAP4 IMAP4rev1 AUTH=CRAM-MD5 AUTH=PLAIN AUTH=LOGIN>