📚 SAP Business One SDK Help

MessageHeader Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFilemethod FromXMLFile
Public Method FromXMLStringmethod FromXMLString
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property CodeSets or returns the message key.

Field name: AlertCode.

Public Property ReadDetermines whether or not the message was read by the recipient (see OAIB table).

Field name: WasRead.

Public Property ReceivedDetermines whether or not the message was opened by the recipient (see OAIB table).Field name: Opened.
Public Property ReceivedDateReturns the received date (see OAIB table).

Field name: RecDate.

Public Property ReceivedTimeReturns the received time (see OAIB table).

Field name: RecTime.

Public Property SentDateReturns the sent date (see OAOB table).

Field name: SendDate.

Public Property SentTimeReturns the sent time (see OAOB table).

Field name: SendTime.

See Also