IPhonesRemove Method |
Namespace: SuperOffice.COM.SuperOfficeDB
Remove
This text may be copied to the notepad, and saved as a *.vbs file. Remember to change the login information.
Dim objSO Set objSO = CreateObject("SuperOffice.Application") If not (objSO is nothing) Then objSO.CurrentContact.Phones.Remove (1) MsgBox "The first phone of the current contact is deleted� else MsgBox "Unable to connect to database" end if Set objSO = Nothing