Search results

  1. M

    How to get information about a set of meetings

    Thanks for response! I'm looking to do this w/o having to buy a separate package (i.e, looking to incorporate this into other code).
  2. M

    How to get information about a set of meetings

    I'm sure there is a simple way to do this, I just haven't found it :) SITUATION User clicks on a meeting. I need to get information about meetings in the same time period. The time period could be the same day, the same week or the same month. For example, for the same day, I need to get the...
  3. M

    Nested distribution lists: how to count UNIQUE # of people...

    Thanks very much Diane! If you happen to know any very good Outlook developers in San Diego, I might have some (contract) work for them. All your feedback is appreciated!
  4. M

    Nested distribution lists: how to count UNIQUE # of people...

    GAL. Got it! Thx again! I'm kind of surprised I can't find any case online where someone else had the same requirement (i.e., to get a truly unique count of physical people planning to attend a meeting) Also, I'm assuming that in all scenarios I will be able to programmatically get email...
  5. M

    Nested distribution lists: how to count UNIQUE # of people...

    Hi Diane -- Basically trying to figure out how many people are likely to come to a future meeting, or did come to a meeting (based on their response status). The distribution list their on doesn't matter.
  6. M

    Nested distribution lists: how to count UNIQUE # of people...

    Incidentally, I tested the code below. When *I* own the distribution list, Outlook appears to resolve to unique invitees. When a meeting has someone else's distribution list (e.g., from global address book), it only gets the name of the distribution list. Point is, it appears I have to code for...
  7. M

    Nested distribution lists: how to count UNIQUE # of people...

    Thanks a lot for your replies! Quick question: Was thinking that the code above tells me the unique members of a single distribution list, but not the truly unique people on a meeting (e.g., invite includes two distribution list w/the same person on both). To get the TRULY unique count, I was...
  8. M

    Nested distribution lists: how to count UNIQUE # of people...

    I found this snippet but it doesn't fully address the scenario, but maybe can help someone who knows what s/he's doing help me :) Option Explicit Public Sub ShowMemberCount() Dim obj As Object Dim DL As Outlook.DistListItem If TypeOf Application.ActiveWindow Is Outlook.Explorer Then If...
  9. M

    Nested distribution lists: how to count UNIQUE # of people...

    Good evening! I am new to Microsoft coding and to outlook in particular. I have 3 related challenges to solve. For a given meeting (appointment?) 1) count the UNIQUE number of people invited (example...) - required, 7 - optional, 2 - organizer, 1 2) count the UNIQUE # of people by meeting...
Back
Top