<< Click to Display Table of Contents >>
ZfLib.NewMessage
The NewMessage object allows the logged on user to prepare and submit a new message to the Zetafax server for sending.
Remarks
At least one Recipient must be configured before sending.
The message is sent using a submit file.
Groups
This property retrieves the Attachments collection used to add Zetafax attachments to the new message. |
|
After a message has been sent successfully this property contains the message body name. This is useful when you wish to keep track of the message in the Outbox . |
|
This property retrieves the Files collection. |
|
This property retrieves the Recipients collection. |
#Read/Write Properties
The After property specifies the time and date after which the message is to be sent. |
|
The Charge property specifies the billing code to use for a message. |
|
The Comment property specifies the message description usually displayed on the right of the Zetafax client OUT window. |
|
The CoverSheet property specifies the Coversheet to be added to the new message. |
|
The Covertext property specifies the text to be added to the selected coversheet. |
|
The Delete property specifies whether the server should delete the message from the OUT folder after it has been sent. |
|
This property specifies the file format of the data file to be sent. |
|
The From property specifies the name that is put on the message Coversheet as the sender of the message. |
|
The Header property specifies the format of the Header line to appear at the top of each page of the message. |
|
The Hold property specifies whether the message will be held once it is in the queue, i.e. it will not be sent until the user releases it. |
|
The Letterhead property specifies a file (Letterhead ) on which to merge the message before sending. |
|
The Preview property specifies whether a preview file is to be prepared for the message. |
|
This property specifies priority of the message. |
|
The Quality property specifies the resolution to be used when sending the message. |
|
The SendTime property specifies when the message should be sent. |
|
The Subject property specifies a message Subject line, which is displayed on the coversheet an in the Zetafax Client's out window. |
|
The Text property specifies the Text of the new message. |
|
The User property specifies the Zetafax user submiting the message. |
|
The Custom Field property allows users of the API to specify their own custom data
|
See Also