Adds a new attachment 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 BCSMailAttachment Add( string filePath )
Parameters
- filePath
- Type:
System String
The file path of the attachment.
Return Value
A new instance of the created attachment object.See Also