Click or drag to resize

BCSMailRecipientCollectionAdd Method (String)

Adds a new recipient item to the collection.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCSMailRecipient Add(
	string address
)

Parameters

address
Type: SystemString
The email address of the recipient.

Return Value

Type: BCSMailRecipient
A new instance of the created recipient object.
See Also