com.aspose.network.outlook
Class MapiRecipientCollection
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<MapiRecipient>
com.aspose.network.outlook.MapiRecipientCollection
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<MapiRecipient>, Collection<MapiRecipient>, List<MapiRecipient>, RandomAccess
public class MapiRecipientCollection
- extends ArrayList<MapiRecipient>
Represents a collection of MapiRecipient 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 |
MapiRecipientCollection
public MapiRecipientCollection()
- Creates a new empty instance of the MapiRecipientCollection class.
MapiRecipientCollection
public MapiRecipientCollection(Collection<? extends MapiRecipient> c)
- Creates a new instance of the MapiRecipientCollection class.
- Parameters:
c
- collection of MapiRecipient
Copyright © 2011 Aspose. All Rights Reserved.