Click or drag to resize

RecipientCollectionAdd(String, String) Method

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

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public void Add(
	string address,
	string displayName
)

Parameters

address  String

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

displayName  String

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

See Also