BCSMailAttachmentFilePath Property |
Gets or sets the file path of the attachment.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public string FilePath { get; set; }
Public Property FilePath As String
Get
Set
public:
property String^ FilePath {
String^ get ();
void set (String^ value);
}
member FilePath : string with get, set
Property Value
Type:
StringSee Also