AttachmentEnumerator.MoveNext Method
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