Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

(**) When the received payloads must be delivered to the FileSystem, the following parameters available:

...

Location: The location on the filesystem (directory) where the payloads must be delivered.

FileNameFormat: Defines how the filename of the delivered payloads must look like. There are two macro's available that can be used to define this pattern:

...

When the FileNameFormat parameter is not defined, the AttachmentId of the payload will be used as the filename When the FileNameFormat parameter is defined, but it contains none of the above defined parameters, then _{AttachmentId} will be appended.

> (The FileNameFormat parameter is available as from AS4.NET v2.0.1)

...

AllowOverwrite: Defines whether files with the same name can be overwritten when delivering a payload. Possible values are True and False, the default-value is false.

...

TBD