
Help: Extracting Contact info from distribution list inspector
No. Outlook provides a Selection object only for MAPIFolder.
Check out Outlook Spy from http://www.dimastr.com for a good investigative
tool.
--
Sue Mosher, Outlook MVP
Outlook and Exchange Solutions
at http://www.slipstick.com
Quote:
> Hello:
> I'd like to set a variable dimensioned as a ContactItem or Recipient to
the
> currently highlighted contact in the distribution list inspector. At
minimum
> I think I would need to be able to get the indexes of the currently
> highlighted items in the listbox on the distribution list inspector form.
I
> would then use the distListItem.getMember method to get the Recipient
> information for the selected items.
> Is there a way to do this?
> More generally is there a good source for information on the properties
and
> methods of things like inspectors that can't be found by digging arround
the
> object browser (at least I can't find them).
> help appreciated
> Thanks
> Tom Boeman