AttachmentCollection Class

Returns the collection of attachments.

Inheritance Hierarchy

System.Object
  Microsoft.Office.SharePointWorkspace.AddIn.Data.AttachmentCollection

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)

Syntax

'Declaration
Public Class AttachmentCollection _
    Implements IEnumerable(Of Attachment), IEnumerable
'Usage
Dim instance As AttachmentCollection
public class AttachmentCollection : IEnumerable<Attachment>, 
    IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AttachmentCollection Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace