EmailRecipientCollection.Enumerator.Current Property

The Current property gets the current element in the collection.

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

Syntax

'Declaration
Public ReadOnly Property Current As EmailRecipient
    Get
'Usage
Dim instance As EmailRecipientCollection.Enumerator
Dim value As EmailRecipient

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

Property Value

Type: Microsoft.Exchange.Data.Transport.Email.EmailRecipient
The Current method returns an instance of the EmailRecipient class.

Implements

IEnumerator<T>.Current