Sending IMAP commands

Top  Previous  Next

Upon establishing a connection to a IMAP server you can send commands to the IMAP server by invoking the IssueCommand method and passing the command as an argument. The server response to the command sent is returned as a result.

 

Example

 

[C#]

String response = myImap.IssueCommand("EXPUNGE");

 

 

[Visual Basic]

Dim response As String = myImap.IssueCommand("EXPUNGE")

 

 

 





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC