Dart.Mail Namespace > Imap Class > Invoke Method : Invoke(String) Method |
Public Overloads Function Invoke( _ ByVal command As String _ ) As ImapResponse()
Dim instance As Imap Dim command As String Dim value() As ImapResponse value = instance.Invoke(command)
public ImapResponse[] Invoke( string command )
public: ImapResponse*[]* Invoke( string* command )
public: array<ImapResponse^>^ Invoke( String^ command )
Exception | Description |
---|---|
ProtocolException | Bad IMAP protocol response received from server. |
System.Net.Sockets.SocketException | Socket connectivity problem. |