A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Expand group in meeting request using VBA



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 22nd 08, 05:44 PM posted to microsoft.public.outlook.program_vba
melon
external usenet poster
 
Posts: 13
Default Expand group in meeting request using VBA

Say I have a meeting request to a distribution group. In order to see
the meeting response I will have to manually expand the group. How
could I do it using VBA?
  #2  
Old February 22nd 08, 05:55 PM posted to microsoft.public.outlook.program_vba
melon
external usenet poster
 
Posts: 13
Default Expand group in meeting request using VBA

On Feb 22, 11:44 am, melon wrote:
Say I have a meeting request to a distribution group. In order to see
the meeting response I will have to manually expand the group. How
could I do it using VBA?


To be specific, I have a DL as Recipient. I want to resolve the
meeting response status for each of the member inside the DL.
  #3  
Old February 25th 08, 06:03 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Expand group in meeting request using VBA

Loop through the MeetingRequest.Recipients collection to find your DL and
get a Recipient object for it; then you can access the DL's members using
the Recipient.AddressEntry.Members collection.

--
Eric Legault - MVP - Outlook
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, WSS 3
Application Development, MOSS 2007 Application Development)
Blog: http://blogs.officezealot.com/legault
Try Picture Attachments Wizard for Outlook!
http://www.collaborativeinnovations.ca


"melon" wrote in message
...
On Feb 22, 11:44 am, melon wrote:
Say I have a meeting request to a distribution group. In order to see
the meeting response I will have to manually expand the group. How
could I do it using VBA?


To be specific, I have a DL as Recipient. I want to resolve the
meeting response status for each of the member inside the DL.



  #4  
Old February 25th 08, 07:46 PM posted to microsoft.public.outlook.program_vba
melon
external usenet poster
 
Posts: 13
Default Expand group in meeting request using VBA

On Feb 25, 12:03 pm, "Eric Legault [MVP - Outlook]"
wrote:
Loop through the MeetingRequest.Recipients collection to find your DL and
get a Recipient object for it; then you can access the DL's members using
the Recipient.AddressEntry.Members collection.

--
Eric Legault - MVP - Outlook
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, WSS 3
Application Development, MOSS 2007 Application Development)
Blog:http://blogs.officezealot.com/legault
Try Picture Attachments Wizard for Outlook!http://www.collaborativeinnovations.ca

"melon" wrote in message

...

On Feb 22, 11:44 am, melon wrote:
Say I have a meeting request to a distribution group. In order to see
the meeting response I will have to manually expand the group. How
could I do it using VBA?


To be specific, I have a DL as Recipient. I want to resolve the
meeting response status for each of the member inside the DL.


So I retrieve the member of the DL in AddressEntry.Member. Isn't this
just a AddressEntries collection that does not have meeting response
stored anywhere? How do I retrieve the meeting response then?
  #5  
Old February 27th 08, 10:37 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Expand group in meeting request using VBA

The Recipient.MeetingResponse status property will tell you. Since you
obtained the Recipients collection from the MeetingRequest item, it tags
specific info for each recipient in that meeting. A Recipients collection
can be obtained from many items, but MeetingResponse is only relevant to
MeetingRequest items.

Eric


"melon" wrote in message
...
On Feb 25, 12:03 pm, "Eric Legault [MVP - Outlook]"
wrote:
Loop through the MeetingRequest.Recipients collection to find your DL and
get a Recipient object for it; then you can access the DL's members using
the Recipient.AddressEntry.Members collection.

--
Eric Legault - MVP - Outlook
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, WSS 3
Application Development, MOSS 2007 Application Development)
Blog:http://blogs.officezealot.com/legault
Try Picture Attachments Wizard for
Outlook!http://www.collaborativeinnovations.ca

"melon" wrote in message

...

On Feb 22, 11:44 am, melon wrote:
Say I have a meeting request to a distribution group. In order to see
the meeting response I will have to manually expand the group. How
could I do it using VBA?


To be specific, I have a DL as Recipient. I want to resolve the
meeting response status for each of the member inside the DL.


So I retrieve the member of the DL in AddressEntry.Member. Isn't this
just a AddressEntries collection that does not have meeting response
stored anywhere? How do I retrieve the meeting response then?



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook Meeting Request from Win Mobile shows meeting time as current time Prilosec Outlook - General Queries 3 February 29th 08 01:48 PM
Meeting Request flutterby Outlook - Calandaring 0 October 9th 07 07:26 PM
How to prevent Hyperlinks/URL to expand in meeting invite YSL Outlook - Calandaring 0 January 12th 07 09:00 AM
Meeting request is responded to by out of office request -shared c Jeff Lowenstein Outlook - Calandaring 0 October 30th 06 08:36 PM
Meeting request comes back undeliverable yet request is still rece Sal F Outlook - Calandaring 0 January 9th 06 06:32 PM


All times are GMT +1. The time now is 08:17 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.