You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Few things for others seeing this project to note-
Make sure it runs in 64bit, 32bit will throw out of memory errors on large folders (10k+ items)
Aspose.Email is a licensed .dll. It will only export 50 items without a license. You can request a trial from their page and they will send a license. They also have instructions on how to load it. Drop code in Program.cs before the window load, and the .lic file in the /bin/debug or /bin/release. Supposed to be a way to include but I couldnt get it to work.
You will need to fix nupackages to have the correct internet source to import/fix the dependencies
Good luck
The text was updated successfully, but these errors were encountered:
Few things for others seeing this project to note-
Good luck
The text was updated successfully, but these errors were encountered: