Click or drag to resize
BCSMailRecipientCollectionItem Property (String)
Gets the element identified with the specified key.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCSMailRecipient this[
	string key
] { get; }

Parameters

key
Type: SystemString
The Name or Address of the element to get.

Return Value

Type: BCSMailRecipient
The element with the specified key.
See Also