TIpMail() > Low level methods xHarbour Developers Network  

oTIpMail:setFieldPart()

Assigns a value to a mail header field.

Syntax

:setFieldPart( <cField>, <cValue> ) --> lSuccess

Arguments

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

Description

Method :setFieldPart() assigns a 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