📚 SAP Business One SDK Help

Recipient Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
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 CellularNumberSets or returns the cellular phone number of the recipient.

Field name: PortNum.

Length: 50 characters.

Public Property EmailAddressSets or returns the recipient email address.

Field name: E_Mail.

Length: 100 characters.

Public Property FaxNumberSets or returns the recipient fax number.

Field name: Fax.

Length: 20 characters.

Public Property NameToSets or returns the recipient name.

Field name: ObjName.

Length: 100 characters.

Public Property SendEmailDetermines whether or not the message is sent to an email address.

Field name: SendEMail.

Public Property SendFaxDetermines whether or not the message is sent by fax.

Field name: SendFax.

Public Property SendInternalDetermines 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.

Public Property SendSMSDetermines whether or not the message is sent by SMS.

Field name: SendSMS.

Public Property UserCodeSets or returns the user code of the recipient.

Mandatory property.

Field name: ObjCode.

Length: 50 characters.

Public Property UserTypeSets or returns a valid value that specifies the type of recipient for the message.

Mandatory property.

Field name: ObjType.

See Also