EmailRecipientCollection.Item Property
The Item property gets the element at the specified index in the collection.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As EmailRecipient
Get
'Usage
Dim instance As EmailRecipientCollection
Dim index As Integer
Dim value As EmailRecipient
value = instance(index)
public EmailRecipient this[
int index
] { get; }
Parameters
- index
Type: System.Int32
The zero-based index of the element to get in the collection.
Property Value
Type: Microsoft.Exchange.Data.Transport.Email.EmailRecipient