SMTP_SetOptionStr

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > SMTP >

SMTP_SetOptionStr

 

Description

 

Used to set string options in SMTP engine.

 

Syntax

 

n = SMTP_SetOptionStr( OptionType, OptionValue )

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

OptionType

Numeric

No

See SMTP equates for a list of possible options.

OptionValue

String

No

A string value

 

Remarks

 

Restrictions

 

See also

 

Examples