|
|
The RECIPIENT class contains the address, name and company name for a
single recipient.
| class RECIPIENT { |
| string
address; |
// Destination fax number or e-mail
address |
| string name; |
// Destination name |
| string company; |
// Destination company name |
| } |
|
Members: |
|
|
address |
The destination fax number or e-mail address
for the recipient of a message.
|
|
name |
The destination name for the recipient.
This parameter is optional and can be null.
|
|
company |
The company name for the recipient, to appear
on the cover page that is created at the fax server.
This parameter is optional and can be null.
|
|
Remarks: |
|
The RECIPIENT class is used to provide a destination fax number or e-mail
address to send_message. |
See Also: |
|
send_message, get_message_q,
get_message |