com.aspose.network.outlook
Class MapiAttachmentCollection
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<MapiAttachment>
com.aspose.network.outlook.MapiAttachmentCollection
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<MapiAttachment>, Collection<MapiAttachment>, List<MapiAttachment>, RandomAccess
public class MapiAttachmentCollection
- extends ArrayList<MapiAttachment>
Represents a collection of MapiAttachment objects.
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
MapiAttachmentCollection
public MapiAttachmentCollection()
- Creates a new empty instance of the MapiAttachmentCollection class.
MapiAttachmentCollection
public MapiAttachmentCollection(Collection<? extends MapiAttachment> c)
- Creates a new instance of the MapiAttachmentCollection class.
- Parameters:
c
- collection of MapiAttachment
Copyright © 2011 Aspose. All Rights Reserved.