
How to iterate through ContactItem properties?
You can use the UserProperties.Find method, but I'm told (but haven't tested
myself) that it may one-off the item.
--
Sue Mosher
Author of
"Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours"
"Microsoft Outlook 2000 E-mail and Fax Guide"
Outlook and Exchange solutions at http://www.slipstick.com
Quote:
> Sue, let me repeat: How to ITERATE through a contact item. oCItem.FullName
> is specific. How about
> oCItem(strVariable).Value
> where the strVariable = "FullName" or something like it...
> - Robert.
> > oCItem.FullName.
> > --
> > Sue Mosher
> > Author of
> > "Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours"
> > "Microsoft Outlook 2000 E-mail and Fax Guide"
> > Outlook and Exchange solutions at http://www.slipstick.com
> > > In essence, given
> > > Dim oCItem As Outlook.ContactItem
> > > I want something like
> > > ? cCItem("FullName").Value
> > > Is this possible? If so, how?
> > > - Robert.