BCSMailAttachmentCollectionAdd Method (String) |
Adds a new attachment item to the collection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCSMailAttachment Add(
string filePath
)
Public Function Add (
filePath As String
) As BCSMailAttachment
public:
BCSMailAttachment^ Add(
String^ filePath
)
member Add :
filePath : string -> BCSMailAttachment
Parameters
- filePath
- Type: SystemString
The file path of the attachment.
Return Value
Type:
BCSMailAttachmentA new instance of the created attachment object.
See Also