Class MapiRecipientCollection
MapiRecipientCollection class
Represents a collection of MapiRecipient objects.
public class MapiRecipientCollection : Collection<MapiRecipient>
Constructors
Name | Description |
---|---|
MapiRecipientCollection() | Initializes a new instance of the MapiRecipientCollection class. |
Methods
Name | Description |
---|---|
Add(MapiRecipient) | Adds an object to the end of the Collection. |
Add(string, string, MapiRecipientType) | Adds the new recipient. |
Add(string, string, string, MapiRecipientType) | Adds the new recipient. |
Insert(int, MapiRecipient) | Inserts an element into the Collection at the specified index. |
See Also
- class MapiRecipient
- namespace Aspose.Email.Mapi
- assembly Aspose.Email