AttachmentEnumerator.Current property

Gets the current e-mail attachment in the enumeration.

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

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.

See also

Reference

AttachmentEnumerator class

AttachmentEnumerator members

Microsoft.SharePoint.Utilities namespace