TIpMail() > Low level methods xHarbour Developers Network  

oTIpMail:getFieldOption()

Returns an optional value of a mail header field.

Syntax

:getFieldOption( <cField>, <cOption> ) --> cValue

Arguments

<cField>
This is a character string holding the name of the mail header field to query.
<cOption>
This is a character string holding the name of the option of a mail header field to query.

Description

Method :getFieldOption() queries an optional value in a mail header field and returns it as a character strng. When the option, or the mail header field, is not present, a null string ("") is returned.


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