FromXMLFile | Imports data from an XML file to the object. |
 FromXMLString | Imports data from an XML string to the object. |
 GetXMLSchema | Retrieves the XML schema of the data structure. |
 ToXMLFile | Creates an XML file that represents the object data. |
 ToXMLString | Creates an XML string that represents the object data. |
 CellularNumber | Sets or returns the cellular phone number of the recipient. Field name: PortNum. Length: 50 characters. |
 EmailAddress | Sets or returns the recipient email address. Field name: E_Mail. Length: 100 characters. |
 FaxNumber | Sets or returns the recipient fax number. Field name: Fax. Length: 20 characters. |
 NameTo | Sets or returns the recipient name. Field name: ObjName. Length: 100 characters. |
 SendEmail | Determines whether or not the message is sent to an email address. Field name: SendEMail. |
 SendFax | Determines whether or not the message is sent by fax. Field name: SendFax. |
 SendInternal | Determines whether or not the message is internal. That is, the message will be sent only to users (employees) that are defined in SAP Business One. Field name: SendIntrnl. |
 SendSMS | Determines whether or not the message is sent by SMS. Field name: SendSMS. |
 UserCode | Sets or returns the user code of the recipient. Mandatory property. Field name: ObjCode. Length: 50 characters. |
 UserType | Sets or returns a valid value that specifies the type of recipient for the message. Mandatory property. Field name: ObjType. |
Â
Â