AttachmentEnumerator.IEnumerator.Current property

Gets the current e-mail attachment in the enumeration.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private ReadOnly Property Current As Object
    Implements IEnumerator.Current
    Get
'Usage
Dim instance As AttachmentEnumerator
Dim value As Object

value = CType(instance, IEnumerator).Current
ObjectIEnumerator.Current { get; }

Property value

Type: System.Object
A System.Object that represents the e-mail attachment.

Implements

IEnumerator.Current

See also

Reference

AttachmentEnumerator class

AttachmentEnumerator members

Microsoft.SharePoint.Utilities namespace