Click or drag to resize

Recipient(String, String) Constructor

Creates a new recipient with the specified address and display name.

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

Parameters

address  String

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

displayName  String

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

See Also