OL_ScanFolder compile Tokyo minor issue

Add-in Express™ Support Service
That's what is more important than anything else

OL_ScanFolder compile Tokyo minor issue
 
Jason Chapman




Posts: 5
Joined: 2018-11-08
You need to add VCL to the Project | Options | Unit scope names to make it compile.

Sorry, can't actually remember where I picked it up from - it is Day1 trying to get my head around the product.
Posted 08 Nov, 2018 23:41:12 Top
Andrei Smolin


Add-in Express team


Posts: 19138
Joined: 2006-05-11
Hello Jason,

Thank you! We are unable to reproduce the issue using the sample project labeled as How to scan Outlook folder at https://www.add-in-express.com/support/addin-delphi.php. For us, VCL is already on that list. We see that VCL is missing in the .DPROJ. We suppose that the IDE has added it to that list for us.


Andrei Smolin
Add-in Express Team Leader
Posted 09 Nov, 2018 06:15:42 Top
Jason Chapman




Posts: 5
Joined: 2018-11-08
Just replying to myself. I couldn't actually get this to show itself in Outlook 2016 - or more like I don't know what I am looking for. It started working once I registered an additional one - exciting!

It seems to stall for a while, even with a very simple office365 account with about 10 folders total. In a normal VCL application I would either:
- put it in a thread OR
- for simplicity, add an Application.processMessages to the loop

Are both these OK to do? I clearly need to read more of the docs, but any hints? I am actually going to need to do this on pretty huge structures (5K+ folders), so intend storing a cache structure, so don't need to redo every time.

TIA
JAC
Posted 09 Nov, 2018 06:39:27 Top
Jason Chapman




Posts: 5
Joined: 2018-11-08
Andrei Smolin writes:
Thank you! We are unable to reproduce the issue using the sample project labeled as How to scan Outlook folder at https://www.add-in-express.com/support/addin-delphi.php. For us, VCL is already on that list. We see that VCL is missing in the .DPROJ. We suppose that the IDE has added it to that list for us.


Thank you for the quick response. That is strange. I don't normally have to add VCL and your other examples already have them. Anyway, I got it working now.

I may start a new thread and explain the main things I am trying to achieve at the moment, if that is alright. With so little time on it, it would be great to get a good steer so I don't spend time going round in circles - it all hinges around Outlook at the moment, so I will look at all the Outlook examples.
Regards,
Jason
Posted 09 Nov, 2018 06:43:37 Top
Andrei Smolin


Add-in Express team


Posts: 19138
Joined: 2006-05-11
It is alrgight.


Andrei Smolin
Add-in Express Team Leader
Posted 09 Nov, 2018 07:52:49 Top