4D Internet Commands v14

SMTP_GetPrefs

Home

 
4D Internet Commands v14
SMTP_GetPrefs

SMTP_GetPrefs 


 

SMTP_GetPrefs ( lineFeeds ; bodyType ; lineLength ) -> Function result 
Parameter Type   Description
lineFeeds  Integer in 0 = Don't Add, 1 = Add LineFeeds
bodyType  Integer in Body-Content-Type
lineLength  Longint in Maximum line length
Function result  Integer in Error Code

The SMTP_GetPrefs command returns the current settings assigned to the SMTP preferences. The values will be at their default state unless a prior call to SMTP_SetPrefs altered the settings. For a more complete description of the parameters, see SMTP_SetPrefs.

lineFeeds returns the current setting determining how the SMTP commands will handle carriage returns within the body of a message.

bodyType returns the current setting for the Body-Content-Type. See the bodyType table under SMTP_SetPrefs for a description of the values.

lineLength returns the current setting for the maximum line length of text in the message body.

 
PROPERTIES 

Product: 4D Internet Commands
Theme: IC Send Mail
Number: 88993

 
HISTORY 

Created: 4D Internet Commands 6.5

 
SEE ALSO 

SMTP_SetPrefs

 
ARTICLE USAGE

4D Internet Commands ( 4D Internet Commands v11.4)
4D Internet Commands ( 4D v13.2)
4D Internet Commands ( 4D Internet Commands v12.1)
4D Internet Commands ( 4D Internet Commands v14 R2)
4D Internet Commands ( 4D Internet Commands v14)
4D Internet Commands ( 4D Internet Commands v14 R3)
4D Internet Commands ( 4D Internet Commands v14 R4)