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.
Advances the enumerator to the next e-mail attachment, if one exists.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As AttachmentEnumerator
Dim returnValue As Boolean
returnValue = instance.MoveNext()
public bool MoveNext()
Return Value
Type: System.Boolean