KFaxMTMDialAndReceive |
Dials the number specified and then attempt to receive a "polled" fax from the fax machine at the other end of the telephone line.
The aParameter argument should contain a packaged telephone number specifying the telephone number to be dialed by the MTM.
|
KFaxMTMImmediateTransmitCopy |
Transmits the fax to the receiving machine via an existing connection. This operation assumes that a telephone connection has already been established with another fax machine. On success, the message is placed in the "Sent" folder, if it exists.
Note that all recipients of the message are ignored as no dialing occurs.
|
KFaxMTMImmediateReceive |
Waits for handshaking signals from the transmitting fax machine, and then automatically receives that message. This operation assumes that a telephone connection has already been established with another fax machine. |
KFaxMTMRingAndTransmitCopy |
Renders the message entries specified in aSelection (if they are not rendered already) and then sends each rendered file to each recipient specified in the message header.
When a message has been successfully sent to all receipients identified in the message, the message is moved to the Outbox, if it exists.
If transmission fails to one or more recipients specified in the message, then the message will be left in the Outbox, the TMsvEntry::Failed() flag will be set, and the first error code that occurred during the transmission will be stored in the TMsvEntry::iError member variable.
|
KFaxMTMImmediateTransmitMove |
Transmits the fax to the receiving machine via an existing connection. This operation assumes that a telephone connection has already been established with another fax machine. On success, the message is deleted.
Note that all recipients of the message are ignored as no dialing occurs.
|
KFaxMTMRingAndTransmitMove |
Renders the message entries specified in aSelection (if they are not rendered already) and then sends each rendered file to each recipient specified in the message header.
When a message has been successfully sent to all receipients identified in the message, the message is deleted.
If transmission fails to one or more recipients specified in the message, then the message will be left in the Outbox, the TMsvEntry::Failed() flag will be set, and the first error code that occurred during the transmission will be stored in the TMsvEntry::iError member variable.
|
KFaxMtmPolledReceive |
See the KFaxMTMDialAndReceive operation. |
KFaxMTMRenderToFile |
Renders the contents of the CRichText stream (and hence any CPicture objects embedded in that rich text stream) into a single file called "IMAGE", which will be placed in the folder path identified by aParameter. |
KFaxMTMScheduleCopy |
Add the messages specified in aSelection to the task scheduler list, and request that the "copy" operation is used to send those messages. Each TMsvEntry identified in aSelection must have the same iDate and OffPeak() value (though OffPeak() is not supported in the v7.0 Messaging engine).
If the messages identified by aSelection are scheduled successfully, the SendStatus() and Scheduled() entries on each message TMsvEntry will be set by the scheduler
After a successful send, messages are placed in the "Sent" folder (if that folder exists).
The aParameter argument is not used by this command.
|
KFaxMTMScheduleMove |
Performs as KFaxMTMScheduleCopy, except that after a successful send, the messages are deleted. |
KFaxMTMDeleteSchedule |
Removes all messages specified in aSelection from the task scheduler list. If successful, the messages will have their SendStatus() set to KMsvSendStateSuspended on completion of this operation.
The aParameter argument is not used by this function.
|
KFaxMTMCheckSchedule |
Check the current scheduled status of the messages specified by aSelection. If successful, the Scheduled() and iDate members of each TMsvEntry identified in the selection will be changed to represent that message's current status.
The aParameter argument is not used by this function.
|
KFaxMTMWatcherReceive |
This member is internal and not intended for use. |
KFaxMTMSendScheduledCopy |
This member is internal and not intended for use. |
KFaxMTMSendScheduledMove |
This member is internal and not intended for use. |