Home > Language Reference > Classes > Sms

PhoneBook Property

Recipient or sender of a SMS.

Syntax

Public Property Get PhoneBook() As PhoneBook
Public Property Set PhoneBook(ByRef
objPhoneBook As PhoneBook)

ParameterDescription
objPhoneBookNew recipient.

Remarks

When sending a SMS, the PhoneBook property defines the recipient of the message. It should be properly initialized before passing the SMS object to the SendSMS method. Note that only the Number property of this PhoneBook object is used.

When receiving a SMS through the PhoneEvent handler event, the PhoneBook property contains the phone number of the sender of the message.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A