RecipientCollection.Add

Add(string)

Adds a new recipient with the specified address to this collection.

public void Add(string address)

See Also


Add(string, string)

Adds a new recipient with the specified address and display name to this collection.

public void Add(string address, string displayName)

See Also


Add(string, RecipientType)

Adds a new recipient with the specified address and recipient type to this collection.

public void Add(string address, RecipientType recipientType)

See Also


Add(string, string, RecipientType)

Adds a new recipient with the specified address, display name and recipient type to this collection.

public void Add(string address, string displayName, RecipientType recipientType)

See Also