Share via


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; }

Property value

Type: Microsoft.Exchange.Data.Transport.EnvelopeRecipient

See also

Reference

EnvelopeRecipientCollection.Enumerator structure

EnvelopeRecipientCollection.Enumerator members

Microsoft.Exchange.Data.Transport namespace