MapiAttachmentCollection Class

Represents a collection of MapiAttachment objects.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListMapiAttachment
    Aspose.Email.MapiMapiAttachmentCollection

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class MapiAttachmentCollection : List<MapiAttachment>

The MapiAttachmentCollection type exposes the following members.

Constructors
  NameDescription
Public methodMapiAttachmentCollection
Initializes a new instance of the MapiAttachmentCollection class.
Public methodMapiAttachmentCollection(MapiMessageItemBase)
Initializes a new instance of the MapiAttachmentCollection class.
Properties
  NameDescription
Public propertyCapacity (Inherited from ListMapiAttachment.)
Public propertyCount (Inherited from ListMapiAttachment.)
Public propertyItem (Inherited from ListMapiAttachment.)
Methods
  NameDescription
Public methodAdd(MapiAttachment)
Public methodAdd(String, MapiMessage)
Adds the new attachment as embedded message.
Public methodAdd(String, Byte)
Adds the new attachment.
Public methodAddRange (Inherited from ListMapiAttachment.)
Public methodAsReadOnly (Inherited from ListMapiAttachment.)
Public methodBinarySearch(T) (Inherited from ListMapiAttachment.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListMapiAttachment.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListMapiAttachment.)
Public methodClear (Inherited from ListMapiAttachment.)
Public methodContains (Inherited from ListMapiAttachment.)
Public methodConvertAllTOutput (Inherited from ListMapiAttachment.)
Public methodCopyTo(T) (Inherited from ListMapiAttachment.)
Public methodCopyTo(T, Int32) (Inherited from ListMapiAttachment.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListMapiAttachment.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListMapiAttachment.)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from ListMapiAttachment.)
Public methodFindAll (Inherited from ListMapiAttachment.)
Public methodFindIndex(PredicateT) (Inherited from ListMapiAttachment.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListMapiAttachment.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListMapiAttachment.)
Public methodFindLast (Inherited from ListMapiAttachment.)
Public methodFindLastIndex(PredicateT) (Inherited from ListMapiAttachment.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListMapiAttachment.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListMapiAttachment.)
Public methodForEach (Inherited from ListMapiAttachment.)
Public methodGetEnumerator (Inherited from ListMapiAttachment.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListMapiAttachment.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListMapiAttachment.)
Public methodIndexOf(T, Int32) (Inherited from ListMapiAttachment.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListMapiAttachment.)
Public methodInsert(Int32, MapiAttachment)
Public methodInsert(Int32, String, MapiMessage)
Inserts a message as attachment into the MapiAttachmentCollection at the specified index.
Public methodInsertRange (Inherited from ListMapiAttachment.)
Public methodLastIndexOf(T) (Inherited from ListMapiAttachment.)
Public methodLastIndexOf(T, Int32) (Inherited from ListMapiAttachment.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListMapiAttachment.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the MapiAttachmentCollection.
Public methodRemoveAll (Inherited from ListMapiAttachment.)
Public methodRemoveAt
Removes the element at the specified index of the MapiAttachmentCollection.
Public methodRemoveRange (Inherited from ListMapiAttachment.)
Public methodReplace
Replaces an element at the specified index.
Public methodReverse (Inherited from ListMapiAttachment.)
Public methodReverse(Int32, Int32) (Inherited from ListMapiAttachment.)
Public methodSort (Inherited from ListMapiAttachment.)
Public methodSort(IComparerT) (Inherited from ListMapiAttachment.)
Public methodSort(ComparisonT) (Inherited from ListMapiAttachment.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListMapiAttachment.)
Public methodToArray (Inherited from ListMapiAttachment.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListMapiAttachment.)
Public methodTrueForAll (Inherited from ListMapiAttachment.)
See Also