TIpMail() > Low level methods xHarbour Developers Network  

oTIpMail:setFieldOption()

Assigns an optional value to a mail header field.

Syntax

:setFieldOption( <cField>, <cOption>, <cValue> ) --> lSuccess

Arguments

<cField>
This is a character string holding the name of the mail header field.
<cOption>
This is a character string holding the name of the optional value of a mail header field.
<cValue>
This is a character string holding the optional value of a mail header field.

Description

Method :setFieldOption() assigns an optional value to a mail header field and returns .T. (true) when the value is assigned, otherwise .F. (false).


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe