SPEmailAttachmentCollection.GetEnumerator method
Returns an enumerator to iterate through the attachments in an e-mail message.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As SPEmailAttachmentCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
Return value
Type: System.Collections.IEnumerator
Implements
See also
Reference
SPEmailAttachmentCollection class