UserProperties.Item Property
Returns a UserProperty object from the collection.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Default Property Item ( _
Index As Object _
) As UserProperty
Get
'Usage
Dim instance As UserProperties
Dim Index As Object
Dim value As UserProperty
value = instance(Index)
[DispIdAttribute()]
UserProperty this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectEither the one-based index number of the object, or a value used to match the default property of an object in the collection.
Property Value
Type: Microsoft.Office.Interop.Outlook.UserProperty
A UserProperty object that represents the specified object.