4D Internet Commands v16

POP3_Logout

Home

 
4D Internet Commands v16
POP3_Logout

POP3_Logout 


 

POP3_Logout ( pop3_ID ) -> Function result 
Parameter Type   Description
pop3_ID  Longint in Reference to a POP3 login
in 0 = Command successfully logs off
Function result  Integer in Error Code

The POP3_Logout command will log out of the open POP3 session referred to by the pop3_ID variable. If the command successfully logs off the POP3 server a zero value is returned back as the current pop3_ID.

Logging out from a POP3 server will signal the server that you wish to commit any deletions you made during that session. To rollback any deletions you may have made prior to logout, use the POP3_Reset command prior to POP3_Logout.

pop3_ID is a long integer reference to an open session created with POP3_Login.



See also 

POP3_Reset

 
PROPERTIES 

Product: 4D Internet Commands
Theme: IC POP3 Review Mail
Number: 88964

 
HISTORY 

Created: 4D Internet Commands 6.5

 
ARTICLE USAGE

4D Internet Commands ( 4D Internet Commands v16)