|
|
|||||||||||||
|
The abort_message method aborts the transmission of a scheduled, sending or receiving message at the server. Aborted outbound messages will be moved to the fax server Sent queue (unless the message was originally submitted to be deleted upon completion), and inbound messages will be moved to the fax server Received queue.
|
|||||||||||||
|
Parameters: |
|||||||||||||
|
|||||||||||||
|
Return Value: |
|||||||||||||
| An ABORT_MESSAGE_RESULT object containing a result code and string. | |||||||||||||
Example: |
|||||||||||||
public void abort_message(string message_handle)
{
NSSOAP ns = new NSSOAP();
ns.abort_message("supervisor","",message_handle);
} |
|||||||||||||
See Also: |
|||||||||||||
| send_message, get_message_q, delete_message | |||||||||||||
|
|