Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v19
POP3_BoxInfo

POP3_BoxInfo 


 

POP3_BoxInfo ( pop3_ID ; msgCount ; msgSize ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
pop3_ID  Lange Ganzzahl in Reference to a POP3 login
msgCount  Lange Ganzzahl in Number of messages
msgSize  Lange Ganzzahl in Size of all messages
Funktionsergebnis  Ganzzahl in Error Code

The POP3_BoxInfo command returns information about number and size of messages currently in the mailbox of the open session referenced by pop3_ID.

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

msgCount is a long integer value returned containing the number of messages in the mailbox.

msgSize is a long integer value returned containing the total size of all messages in the mailbox.



Siehe auch 

POP3_Login

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: IC POP3 Review Mail (deprecated)
Nummer: 88963

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: 4D Internet Commands 6.5

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D v19)