Multivalue MeetingItem.ItemProperty

Z

zznw4m

I have a piece of code which loops through the ItemProperty objects in a
MeetingItem. Some of the returned properties are multi-valued, for instance
if I apply the following code -

For Each olProperty In olCalendarItem.ItemProperties
olProperty.Value.Count
Next

- to the 'Actions' ItemProperty the result comes back with 4.

My question is , how do I get at the individual values within this
'collection'?

Regards,

Terry.
 
K

Ken Slovak - [MVP - Outlook]

A multivalued property is an array. Assign the property return to an array
and iterate the array members to get the individual members of the array.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top