Click or drag to resize

RecipientCollectionAdd Method (String, String)

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: 24.6.0.0 (24.6.0.0)
Syntax
public void Add(
	string address,
	string displayName
)

Parameters

address
Type: SystemString

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

displayName
Type: SystemString

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

See Also