📚 SAP Business One SDK Help

Message 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 AttachmentSets or returns the key of the attachment as assigned by SAP Business One when adding an attached file.

Field name: Attachment.

Public Property MessageDataColumnsSets or returns the MessageDataColumns collection, which represents the data attached to a message.
Public Property PriorityDetermines the priority flag of the message: Low, Normal, or High.

Field name: Priority.

Public Property RecipientCollectionSets or returns the RecipientCollection.
Public Property SubjectSets or returns the message subject.

Field name: Subject.

Length: 50 characters.

Public Property TextSets or returns the message text.

Field name: UserText.

Length: 64,000 characters.

Public Property UserSets or returns the ID of the user that creates the message. Field name: UserSign.

This is a foreign key to the Users object (InternalKey).

See Also