BCSMailAttachmentFilePath Property |
Gets or sets the file path of the attachment.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.25.0)
Syntaxpublic 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:
String
See Also