Restrict function not available for local clients

  • Thread starter Thread starter Stèphan Eizinga
  • Start date Start date
S

Stèphan Eizinga

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
 
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
 
Back
Top