MapiRecipientCollection
MapiRecipientCollection class
Represents a collection of MapiRecipient objects.
public class MapiRecipientCollection : Collection<MapiRecipient>
Constructors
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