PowerTCP Mail for .NET
Operation Property




Gets the response action.
Syntax
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();
public:
property String^ Operation {
   String^ get();
}

Property Value

A string containing the response action.
Remarks

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
            
>
See Also

Reference

ImapResponse Class
ImapResponse Members


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