![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#4
|
|||
|
|||
![]()
You don't get a DistListItem from an appointment, you get it from the
Recipient object. In this case Recipient.AddressEntry.DisplayType will be 5 (ololPrivateDistList). If you see that you know you are dealing with a DL. Get the AddressEntry.Name property and use that to find the DL in your contacts. Once you have the DL as a DistListItem you can then use GetMember() to retrieve each DL member in turn and each one you retrieve will be a Recipient object, from which you can then retrieve MeetingResponseStatus. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "melon" wrote in message ... snip ow do you get DistItem from AppointmentItem? |
Thread Tools | Search this Thread |
Display Modes | |
|
|