BCSMailAttachmentCollectionItem 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.111.0)
Syntax public BCSMailAttachment this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As BCSMailAttachment
Get
Parameters
- key
- Type: SystemString
The Name or FilePath of the element to get.
Return Value
Type:
BCSMailAttachmentThe element with the specified key.
See Also