property PathName: string;
Description
Holds the name of the file that contains the attachment content. If you set this property to an empty string, the attachment content will be stored in local memory.
When you load data from external objects using the LoadFromFile or LoadFromStream methods, data is saved to a file specified in the property.
You should not open the file yourself, but rather use the OpenStream method.
See Also