|

the software that grows
with you
| |
|
V32SendMany()
|
| Sends mail via MAPI to multiple
receipients with multiple attachments. |
|
Syntax
|
| V32SendMail( <cFromName>,
<cFromAdd>, <aTo>, <cSubject>, <cMessage>,
[aAttach] ) |
|
Arguments
|
| cFromName |
Character string representing the name of the sender,
i.e., 'Pritpal Bedi'. |
| cFromAdd |
Character string representing address of the sender,
i.e., 'vouch32@vouchcac.com'. |
| aTo |
An array of character strings representing the
addresses of reciepients, i.e., { 'vouch32@vouchcac.com',
'abc@yahoo.com' }. |
| cSubject |
Character string forming the subject of the mail. |
| cMessage |
Character string forming the body of the mail. |
| aAttach |
Optional. An array of file names complete with drive
and path specifications. |
|
|
Returns
|
| NIL |
|
Description
|
| A function with reduced parameters and
bulk postings with multiple attachments. This works only with MAPI
protocol only. |
|
Usage
|
| Please see relevants parts of the
description of V32SendMail() function. |
|
Tips
|
| |
|