Hello, when I call the function messenger.saveAllAttachments(...) a path selection dialog pops up, where I can select the path in which the attachmentfiles will be saved.
Is there any change to call the function with a fixed path so that no
dialog pops up and the files were just saved in fixed path?
messenger.saveAllAttachments(attachmentContentTypeArray.length,
attachmentContentTypeArray,
attachmentUrlArray,
attachmentDisplayNameArray,
attachmentMessageUriArray);
Thanks
Markus
