-
Topic
-
Hi
I am trying to perform an update to the user’s address books because we are renaming our TFS Gateway. I need to know 2 things to allow me to use Formativ to do this.
1) How do I tell what rights I have over an address book? I need to be sure I have read/write access to even both looking at the entries.
Users may have changed their address books configuration and content (e.g. proxied a read-only view to someone else) so I can’t rely on the address book’s name or ‘position’.
The code I am using to get each book is …
Set gwBooks = GroupWise.AddressBooks
For Each gwBook in gwBooks
…
Next
2) I can find and change both the displayname and the default email address but how do I get to an additional email addresses a user may have? I feel it should be the EmailAddresses collection (which works in VB) but Formativ won’t let me use that collection.
The code to get each address book entry …
For Each gwEntry in gwBook
…
Next
—
I have successfully produced this application in VB as a test but it runs very slowly. So far it appears Formativ can do the same task much much faster but I just need to finalise accessing the books and email addresses.
Thanks
Simon
- You must be logged in to reply to this topic.