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)

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

Implements

IEnumerator.MoveNext()

See also

Reference

AttachmentEnumerator class

AttachmentEnumerator members

Microsoft.SharePoint.Utilities namespace