This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20
POP3_Logout
|
POP3_Logout ( pop3_ID ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
pop3_ID | Longint |
![]() |
Reference to a POP3 login | |||||
![]() |
0 = Command successfully logs off | |||||||
Function result | Integer |
![]() |
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.
Product: 4D
Theme: IC POP3 Review Mail (deprecated)
Number:
88964
Created: 4D Internet Commands 6.5
4D Internet Commands ( 4D v20)