RecipientCollection.Add Method (Recipient)

QsInformatica.Utils

RecipientCollectionAdd Method (Recipient)

Adds the specified recipient to this collection.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public void Add(
	Recipient value
)
Public Sub Add ( 
	value As Recipient
)
public:
void Add(
	Recipient^ value
)
member Add : 
        value : Recipient -> unit 

Parameters

value
Type: QsInformatica.UtilsRecipient

[Missing <param name="value"/> documentation for "M:QsInformatica.Utils.RecipientCollection.Add(QsInformatica.Utils.Recipient)"]

See Also