SPListItem.Attachments Property
Gets the collection of attachments that are associated with the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property Attachments As SPAttachmentCollection
Get
Dim instance As SPListItem
Dim value As SPAttachmentCollection
value = instance.Attachments
public SPAttachmentCollection Attachments { get; }
Property Value
Type: Microsoft.SharePoint.SPAttachmentCollection
An SPAttachmentCollection object that represents the attachments.
Remarks
The Attachments property does not apply to document libraries and returns an ArgumentOutOfRangeException exception if applied to a document library.