![]() |
Restrict function not available for local clients
Hello,
We using the restrict function in our application. It works fine with our Exchange server! If we using a local account (POP3) then we get a error that our application can't find the Restrict function in Redemption. We using PowerBuilder 11 and Redemption v4.5.0.812 lo_item = io_folder.Items.Restrict('SELECT * FROM Folder WHERE EntryID=' + "'" + st_entryid + "'") King Regards, Stephan Eizinga |
Restrict function not available for local clients
Firstly, whether RDOItems.Restrict method is available or not really depends
on the version of Redemption (added in version 4.4), not on the kind of the message store. Secondly, if you know the entry id, why do you need a restriction? RDOSession/RDOStore.GetMessageFromID will return a message given its entry id no matter which folder it lives in. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Stèphan Eizinga" wrote in message ... Hello, We using the restrict function in our application. It works fine with our Exchange server! If we using a local account (POP3) then we get a error that our application can't find the Restrict function in Redemption. We using PowerBuilder 11 and Redemption v4.5.0.812 lo_item = io_folder.Items.Restrict('SELECT * FROM Folder WHERE EntryID=' + "'" + st_entryid + "'") King Regards, Stephan Eizinga |
All times are GMT +1. The time now is 12:20 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com