AttachmentCollection Class

The AttachmentCollection class represents a collection of Attachment objects.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.Transport.Email.AttachmentCollection

Namespace:  Microsoft.Exchange.Data.Transport.Email
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class AttachmentCollection _
    Implements IEnumerable(Of Attachment), IEnumerable
'Usage
Dim instance As AttachmentCollection
[DefaultMemberAttribute("Item")]
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.