Pages.Item Property
Returns a page from a 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 Object
Get
'Usage
Dim instance As Pages
Dim Index As Object
Dim value As Object
value = instance(Index)
[DispIdAttribute()]
Object this[
Object Index
] { get; }
Parameters
- Index
Type: System.Object
Property Value
Type: System.Object
An Object value that represents the specified object.