CONTENT_INFO NSSOAP Classes

The CONTENT_INFO class contains information about a message that is on the fax server.

class CONTENT_INFO {
  string  content_handle; // Handle for this content in the message
  CONTENT content; // Content information
}


Members:
content_handle A handle that identifies the message content.
 
content A CONTENT object that contains information about the message content associated with the content handle, but without any actual content data (the content_data field will be null).  To retrieve content data, call get_message_content.

Remarks:
An array of CONTENT_INFO objects is returned in Q_MESSAGE objects that are obtained by calling get_message or get_message_q.

See Also:
get_message_q, get_message, Q_MESSAGE