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.40.0)
Syntax
C# |
---|
public BCSMailAttachment Add( string filePath ) |
Visual Basic |
---|
Public Function Add ( _ filePath As String _ ) As BCSMailAttachment |
Visual C++ |
---|
public: BCSMailAttachment^ Add( String^ filePath ) |
Parameters
- filePath
- Type: System..::..String
The file path of the attachment.