📚 SAP Business One SDK Help

Recipients Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new recipient to the collection.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property CellularNumberSets or returns the cellular phone number of the recipient.

Field name: PortNum.

Length: 50 characters.

Public Property CountReturns the number of recipients in the collection.
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