-
Topic
-
Hello
I use Formativ together with Groupwise 7. In Groupwise it is possible to create user specific calendars under the main calendar. Now I wrote this code but I find only the items which have been created on the main calendar. How can I get the items which have been created on a sub calendar? Thanks.
Code snippet:
Set calendar = Groupwise.Account.Calendar
Set msgList = calendar.FindMessages(some filter expression)
anzItems = msgList.Count
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.