EnvelopeRecipientCollection.Enumerator.Current Property

The Current property gets the current element in the collection.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public ReadOnly Property Current As EnvelopeRecipient
    Get
'Usage
Dim instance As EnvelopeRecipientCollection.Enumerator
Dim value As EnvelopeRecipient

value = instance.Current
public EnvelopeRecipient Current { get; }

Implements

IEnumerator<T>.Current