GET_MESSAGE_CONTENT_RESULT NSSOAP Classes

A GET_MESSAGE_CONTENT_RESULT object is returned from a call to get_message_content.

class GET_MESSAGE_CONTENT_RESULT {
  STATUS_NUM status_num; // Status code
  string     status_string; // Status string
  uint       extended_error; // Error code if status_num equals ExtendedError
  byte[]     content_data; // The retrieved content
}


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.
 
content_data A byte array containing the retrieved message content, if status_num equals NoError.

See Also:
get_message_content