Sending POP commands

Top  Previous  Next

Upon establishing a connection to a POP server you can send commands to the POP 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 = myPop.IssueCommand("HELO 10.0.0.1");

 

 

[Visual Basic]

Dim response As String = myPop.IssueCommand("HELO 10.0.0.1")

 

 





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

© 2021 JSCAPE LLC