UserDefinedProperties.Item Method (Outlook)
Returns an object from the collection.
Version Information
Version Added: Outlook 2007
Syntax
expression .Item(Index)
expression A variable that represents a UserDefinedProperties object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Index |
Required |
Variant |
Either a Long value that represents the 1-based index number of an object in the collection, or a String value that represents the Name property value of an object in the collection. |
Return Value
A UserDefinedProperty object that represents the specified object.