ReadOnlyEnvelopeRecipientCollection.Item property
The Item[Int32] gets the envelope recipient at the specified index in the collection.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Default Property Item ( _
index As Integer _
) As EnvelopeRecipient
Get
'Usage
Dim instance As ReadOnlyEnvelopeRecipientCollection
Dim index As Integer
Dim value As EnvelopeRecipient
value = instance(index)
public abstract EnvelopeRecipient this[
int index
] { get; }
Parameters
index
Type: System.Int32The index of the EnvelopeRecipient object to return.
Property value
Type: Microsoft.Exchange.Data.Transport.EnvelopeRecipient
The Item[Int32] returns the EnvelopeRecipient at the specified index.
See also
Reference
ReadOnlyEnvelopeRecipientCollection class