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.