TIpMail() > Low level methods xHarbour Developers Network  

oTIpMail:fromString()

Decomposes a downloaded mail message.

Syntax

:fromString( <cEMail> ) --> lSuccess

Arguments

<cEMail>
This is a character string holding the entire raw mail messge as downloaded from a POP server.

Description

Method :fromString() accepts the raw mail message downloaded from a POP server and decomposes the character string into individual components of the mail message. A mail message is downloaded using a TIpClientPop() object.

The method returns a logical value indicating success of the operation.


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