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)
| Parameter | Description |
| objPhoneBook | New 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
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |