Share via


AttachmentEnumerator.IEnumerator.Current Property

Gets the current e-mail attachment in the enumeration.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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