AttachmentEnumerator.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
Public ReadOnly Property Current As SPEmailAttachment
Get
'Usage
Dim instance As AttachmentEnumerator
Dim value As SPEmailAttachment
value = instance.Current
public SPEmailAttachment Current { get; }
Property Value
Type: Microsoft.SharePoint.Utilities.SPEmailAttachment
An Microsoft.SharePoint.Utilities.SPEmailAttachment object that represents the e-mail attachment.