ItemProperty Interface

Represents information about a given item property for a Microsoft Outlook item object.

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

Syntax

'Declaration
<GuidAttribute("000630A7-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
<DefaultMemberAttribute("Value")> _
Public Interface ItemProperty
'Usage
Dim instance As ItemProperty
[GuidAttribute("000630A7-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
[DefaultMemberAttribute("Value")]
public interface ItemProperty

Remarks

Each item property defines a certain attribute of the item, such as the name, type, or value of the item. The ItemProperty object is a member of the ItemProperties collection.

Use ItemProperties.Item(index), where index is the object's numeric position within the collection or it's name to return a single ItemProperty object.

See Also

Reference

ItemProperty Members

Microsoft.Office.Interop.Outlook Namespace