ExMixedFolders 1.35

Post Reply
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

ExMixedFolders 1.35

Post by Sven »

NEW: I added a new task, which can now import CSV or Excel files into Exchange folders.
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.35.21

Post by Sven »

- CSV and Excel Import performance improvements as well as bugfixes.
- Improved "OnlyFutureItems" function.
- Meetings can copied as Appointments
- Errornotification as eMail.
- License informations for enterprise improved
- Setup improved.
- Improved powershell logging
- BuildTaskGroupByMember improved.
- Bugfix: Embedded Appointments could not been synced with Exchange 2007
- Folderoverview now as webserver.
- Errorfallback improved.
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.35.23

Post by Sven »

Bugfix: In case of migration, ExMixedFolders has duplicated some meetings, because it has not detected the type of the subfolders correctly.
Bugfix: In HTML view "changes/h" was all the time 0.
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.35.30

Post by Sven »

BugFix: Improved configurator: It was frozen after you selected a not working or not existing server.
BugFix: Appointments in 2007 or 2010 could not been deleted. :oops:
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.35.33

Post by Sven »

Workaround: In Office365 we have a new issue, it tells following error updaterequests:

Code: Select all

ErrorInternalServerError: An internal server error occurred. The operation failed., Unable to cast object of type 'Microsoft.Exchange.Data.StoreObjects.PropertyError' to type 'System.Byte[]'
since this version, ExMixedFolders will test it for one item and after it fails it will use a fallback function for all subsequent requests.

New: If you open http://localhost:12358/performance you will see now some new performance-counters, which you can use as well from the windows performance-monitor.
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.35.35

Post by Sven »

- BugFix: MeetingRequests (Mail) in Exchange 2007 could not been synced. Now it's possible to sync it as normal eMail. ( It's not possible to change the MessageClass from EWS )
- New: Performanceimprovements in Mirrormode (red arrow) if you sync from one folder to many.
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.35.42

Post by Sven »

BugFix:CSV Import improved. Items were not overwritten correctly.
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.35.43

Post by Sven »

Moved some settings to C:\ProgramData\ExMixedFolders\Settings.conf which makes it possible to have different settings for each of your configured tenants.

Here you can find the description: https://www.somebytes.net/en/products/e ... tings.conf

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<ExSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <StreamingNotificationAllowed>false</StreamingNotificationAllowed>
  <IgnoreReadFlagChangeOnPublicFolders>true</IgnoreReadFlagChangeOnPublicFolders>
  <UseFTItemCache>true</UseFTItemCache>
  <MaxDegreeOfParallelismAutoMax>5</MaxDegreeOfParallelismAutoMax>
  <MaxDegreeOfParallelismInit>3</MaxDegreeOfParallelismInit>
  <MaxDegreeOfParallelismAutoMin>1</MaxDegreeOfParallelismAutoMin>
  <IgnoreReadFlagChange>false</IgnoreReadFlagChange>
  <DisplayNameMode>0</DisplayNameMode>
  <Sleep>-1</Sleep>
  <MaxPollingInterval>300</MaxPollingInterval>
  <LastModificationTimeDiffInSeconds>0</LastModificationTimeDiffInSeconds>
  <WebPort>12345</WebPort>
  <MirrorResetItemDelMode>false</MirrorResetItemDelMode>
</ExSettings>
User avatar
Sven
Site Admin
Posts: 1513
Joined: Sun Jan 06, 2008 9:54 pm
Contact:

Re: ExMixedFolders 1.35.44

Post by Sven »

A function that already existed in the configuration file, I have now put into the Configurator. It's about limiting the synchronization time. So if you just want to sync items from the last 3 weeks, then it's now possible. The program checks the start time on appointments and on other elements it looks for the LastModificationTime.
Post Reply