4D Internet Commands v16

POP3_GetPrefs

Home

 
4D Internet Commands v16
POP3_GetPrefs

POP3_GetPrefs 


 

POP3_GetPrefs ( stripLineFeed ; msgFolder ; attachFolder ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
stripLineFeed  Ganzzahl in 0 = Don't Strip LF, 1 = Strip LF
msgFolder  Text in Messages folder path ("" = no change)
attachFolder  Text in Attachments folder path ("" = no change)
Funktionsergebnis  Ganzzahl in Error Code

The POP3_GetPrefs command returns the current preferences for the POP3 commands. The preferences are returned into the variables listed in the parameters.

stripLineFeed returns the current setting of the users preference for linefeed stripping.

msgFolder is a text variable which returns the local pathname to the default folder in which retrieved messages are stored.

attachFolder is a text variable which returns the local pathname to the default folder in which extracted attachments are stored.

Compatibility note (version 6.8.1): The attachFolder parameter of the POP3_GetPrefs command is optional; therefore, we recommend that you do not pass this parameter since it will no longer be used. Note that this parameter does not affect POP3 commands since it is only used by MSG commands.



Siehe auch 

MSG_SetPrefs
POP3_SetPrefs

 
EIGENSCHAFTEN 

Produkt: 4D Internet Commands
Thema: IC POP3 Review Mail
Nummer: 88969

 
GESCHICHTE 

Geändert: 4D Internet Commands 6.8.1

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D Internet Commands v16)