4D Internet Commands v16POP3_Logout |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Internet Commands v16
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 Internet Commands
Theme: IC POP3 Review Mail
Number:
88964
Created: 4D Internet Commands 6.5
4D Internet Commands ( 4D Internet Commands v16)