TIpMail() > Low level methods xHarbour Developers Network  

oTIpMail:attach()

Composes a multipart mail message.

Syntax

:attach( <oTIpMail> ) --> lSuccess

Arguments

<oTIpMail>
This is a TIpMail object holding the contents of a single part of a multipart mail message.

Description

Method :attach() can be used to compose a multipart mail message. Each part of a multipart message is managed by a single TIpMail object. Note that :attach() adds a TIpMail object, it does not attach a file. Use method :attachFile() for file attachments.

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