AttachmentCollection Class

Represents a collection of e-mail message attachments.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionAttachment
    Aspose.EmailAttachmentCollection

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class AttachmentCollection : Collection<Attachment>, 
	IDisposable

The AttachmentCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from CollectionAttachment.)
Public propertyItem (Inherited from CollectionAttachment.)
Methods
  NameDescription
Public methodAdd (Inherited from CollectionAttachment.)
Public methodClear (Inherited from CollectionAttachment.)
Public methodContains (Inherited from CollectionAttachment.)
Public methodCopyTo (Inherited from CollectionAttachment.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionAttachment.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionAttachment.)
Public methodInsert (Inherited from CollectionAttachment.)
Public methodRemove (Inherited from CollectionAttachment.)
Public methodRemoveAt (Inherited from CollectionAttachment.)
Public methodToString (Inherited from Object.)
See Also