Click or drag to resize

BCSMailRecipientCollectionAdd Method (String, SMailMessageRecipientKind)

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,
	SMailMessageRecipientKind type
)

Parameters

address
Type: SystemString
The email address of the recipient.
type
Type: BlueCieloECM.InnoCielo.Meridian.ScriptingSMailMessageRecipientKind
The type of the recipient.

Return Value

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