Variable Attachment.destination

The attachement destination. All the attached files will be copied in this folder if it is not allready inside

struct Attachment
{
  // ...
  string destination ;
  // ...
}