Class MapiRecipientCollection

MapiRecipientCollection class

Represents a collection of MapiRecipient objects.

public class MapiRecipientCollection : Collection<MapiRecipient>

Constructors

NameDescription
MapiRecipientCollection()Initializes a new instance of the MapiRecipientCollection class.

Methods

NameDescription
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