Click or drag to resize

RecipientCollectionAdd Method (String, MapiMailMessageRecipientType)

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

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public void Add(
	string address,
	MapiMailMessageRecipientType recipientType
)

Parameters

address
Type: SystemString

[Missing <param name="address"/> documentation for "M:QsInformatica.Utils.RecipientCollection.Add(System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]

recipientType
Type: QsInformatica.UtilsMapiMailMessageRecipientType

[Missing <param name="recipientType"/> documentation for "M:QsInformatica.Utils.RecipientCollection.Add(System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]

See Also