Hi
I'm trying to work out how to select a users individual address book rather than the global address book (email client is GroupWise/Outlook).
How do you specify which address book is displayed by default? My current code when accessing the address book is:
private sub cmdaddbook_click()
sFirstname = Application.GetAddress _ - something here?
(AddressProperties:=<PR_DISPLAY_NAME>, Displayselectdialog:=1)
End sub
But this by default displays the global address book, how do I get the individual address book to be displayed by default?
Any suggestions gratefully received.
Tolan
I'm trying to work out how to select a users individual address book rather than the global address book (email client is GroupWise/Outlook).
How do you specify which address book is displayed by default? My current code when accessing the address book is:
private sub cmdaddbook_click()
sFirstname = Application.GetAddress _ - something here?
(AddressProperties:=<PR_DISPLAY_NAME>, Displayselectdialog:=1)
End sub
But this by default displays the global address book, how do I get the individual address book to be displayed by default?
Any suggestions gratefully received.
Tolan