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.

See also

Reference

EmailRecipientCollection.Enumerator structure

EmailRecipientCollection.Enumerator members

Microsoft.Exchange.Data.Transport.Email namespace