@KhaledA7 If you attach this file to your project (Right-click on the project and select Add–>Existing item), then you can access this easily from an automation. If you place this in a folder, just be sure to add that to the path. To get the location of where you project is extracted to, simply call the RuntimeHost.GetProjectPath method on the Runtime tab of the Toolbox. This will return the full path to the project DLL. You can use the FileUtils.GetDirectoryName method to strip off the file name and use the CombinePaths method to put your attachment file name in there. Let me know if you’d like an example.