AttachmentCollection.Enumerator.MoveNext method
The MoveNext method advances the enumerator to the next element in the collection.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As AttachmentCollection.Enumerator
Dim returnValue As Boolean
returnValue = instance.MoveNext()
public bool MoveNext()
Return value
Type: System.Boolean
The MoveNext method returns true if the operation was successful; otherwise, the method returns false.
See also
Reference
AttachmentCollection.Enumerator structure