FilePathType property: MCFOutboundEmail class
Description
Use this property to specify whether the path specified with the FilePath property is a relative or absolute path. The values for this property are:
| Value | Description |
|---|---|
|
%FilePath_Relative |
The file path specified with the FilePath property is a relative path. |
|
%FilePath_Absolute |
The file path specified with the FilePath property is either an absolute path to a file, or a URL to a file. |
If you specify a relative path, the file must be available in the FILES folder of application server folder.
If you specify an absolute path, the file could be on the local machine, in any network folder, or a URL.
If you specify a value for this property, the Text property is ignored.
This property is read/write.