BCSMailAttachmentCollectionAdd Method (String, String) |
Adds a new attachment item to the collection.
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 Add(
string filePath,
string name
)
Public Function Add (
filePath As String,
name As String
) As BCSMailAttachment
Parameters
- filePath
- Type: SystemString
The file path of the attachment. - name
- Type: SystemString
The name of the attachment.
Return Value
Type:
BCSMailAttachmentA new instance of the created attachment object.
See Also