ItemProperties Interface

A collection of all properties associated with the item.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<TypeLibTypeAttribute()> _
<DefaultMemberAttribute("Item")> _
<GuidAttribute("000630A8-0000-0000-C000-000000000046")> _
Public Interface ItemProperties _
    Inherits IEnumerable
'Usage
Dim instance As ItemProperties
[TypeLibTypeAttribute()]
[DefaultMemberAttribute("Item")]
[GuidAttribute("000630A8-0000-0000-C000-000000000046")]
public interface ItemProperties : IEnumerable

Remarks

Use the ItemProperties property to return the ItemProperties collection. Use ItemProperties.Item(index), where index is the name of the object or the numeric position of the item within the collection, to return a single ItemProperty object.

Note

The ItemProperties collection is zero-based, meaning that the first item in the collection is referenced by 0.

Use the Add method to add a new item property to the ItemProperties collection. Use the Remove method to remove an item property from the ItemProperties collection.

Note

You can only add or remove custom properties. Custom properties are denoted by the IsUserProperty .

See Also

Reference

ItemProperties Members

Microsoft.Office.Interop.Outlook Namespace