-
Topic
-
Hello
How can I delete an addressbook?
I tried it like that, but it doesn’t work:
Set adrBooks = GroupWise.AddressBooks
For each AddressBook in adrBooks
If AddressBook.Name = “MyBook” Then
AddressBook.Delete()
End if
Next
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.