Adds a new attachment item to the collection.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCSMailAttachment Add(
	string filePath,
	string name
)
Visual Basic
Public Function Add ( _
	filePath As String, _
	name As String _
) As BCSMailAttachment
Visual C++
public:
BCSMailAttachment^ Add(
	String^ filePath, 
	String^ name
)

Parameters

filePath
Type: System..::..String
The file path of the attachment.
name
Type: System..::..String
The name of the attachment.

Return Value

A new instance of the created attachment object.

See Also