COPY_MESSAGE_RESULT NSSOAP Classes

A COPY_MESSAGE_RESULT object is returned from a call to copy_message.

class COPY_MESSAGE_RESULT {
  STATUS_NUM status_num; // Status code
  string     status_string; // Status string
  uint       extended_error; // Error code if status_num equals ExtendedError
  string     copied_message_handle; // Handle of copied message
}


Members:
status_num Contains a value from the STATUS_NUM enumeration.

status_string Contains a status string.

extended_error Contains an extended error code, if status_num equals ExtendedError.
 
copied_message_handle Contains the handle of a new mesage on the fax server if status_num equals NoError.

See Also:
copy_message