Hi all,
i try to understand how WD Outlook works but i don't get it.
In Outlook i have connected 2 email accounts, both contains sent and received emails.
I start the example and it loads the folders for both email accounts into the top left treeview.
Then the emails for the second account (in the treeview) are loaded and displayed, the emails for the first account (in the treeview) are not loaded.
If i click the "Refresh"-Button the table with the emails is cleared, no emails are loaded anymore. Same behaviour when i click on a folder in the treeview, nothing happens.
When starting WD Outlook it loads the emails with this code:
...
TableDeleteAll(TABLE_Emails)
IF bReadFirst = True THEN
EmailReadFirstHeader(gnSessionId)
END
WHILE Email.Out = False
...
When i click refresh this code is also executed. EmailReadFirstHeader(...) returns true but Email.Out is always true too. Why is it not false?
I dont get why this happens. Could someone check the example if it works?
Thanks and greetings
i try to understand how WD Outlook works but i don't get it.
In Outlook i have connected 2 email accounts, both contains sent and received emails.
I start the example and it loads the folders for both email accounts into the top left treeview.
Then the emails for the second account (in the treeview) are loaded and displayed, the emails for the first account (in the treeview) are not loaded.
If i click the "Refresh"-Button the table with the emails is cleared, no emails are loaded anymore. Same behaviour when i click on a folder in the treeview, nothing happens.
When starting WD Outlook it loads the emails with this code:
...
TableDeleteAll(TABLE_Emails)
IF bReadFirst = True THEN
EmailReadFirstHeader(gnSessionId)
END
WHILE Email.Out = False
...
When i click refresh this code is also executed. EmailReadFirstHeader(...) returns true but Email.Out is always true too. Why is it not false?
I dont get why this happens. Could someone check the example if it works?
Thanks and greetings