SMTP_SetOption

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > SMTP >

SMTP_SetOption

 

Description

 

Used to set numeric options in SMTP engine.

 

Syntax

 

n = SMTP_SetOption( OptionType, OptionValue )

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

OptionType

Numeric

No

See SMTP equates for a list of possible options.

OptionValue

Numeric

No

A numeric value

 

Remarks

 

Restrictions

 

See also

 

Examples