Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.