Adds a new recipient item to the collection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public BCSMailRecipient Add( string address )
Parameters
- address
- Type:
System String
The email address of the recipient.
Return Value
A new instance of the created recipient object.See Also