![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I am using Redemption to get the list of emails in a folder on
Exchange Server. For this i'm using ICS the synchonizer has the following method Synchonizer.SyncItems(strPreviousSyncData, strSQLRestriction) my question regards the sql restriction I need to get only emails from a particular folder thus where the MessageClass = 'IPM.Note' how can i exclude other items and get only emails? I tried something like MessageClass 'IPM.Note' but it did not work help would be greatly appreciated thanks Ian |
Ads |
#2
|
|||
|
|||
![]()
strSQLRestriction = "MessageClass = 'IPM.Note' "
Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Ian-" wrote in message ... I am using Redemption to get the list of emails in a folder on Exchange Server. For this i'm using ICS the synchonizer has the following method Synchonizer.SyncItems(strPreviousSyncData, strSQLRestriction) my question regards the sql restriction I need to get only emails from a particular folder thus where the MessageClass = 'IPM.Note' how can i exclude other items and get only emails? I tried something like MessageClass 'IPM.Note' but it did not work help would be greatly appreciated thanks Ian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Redemption RDO ICS SyncItems SQLRestriction | Ian- | Outlook and VBA | 1 | March 30th 08 06:51 PM |
Redemption and Reg-Free COM, how-to? | Mike | Add-ins for Outlook | 4 | December 28th 07 06:32 AM |
strong name and Redemption | Rog | Add-ins for Outlook | 3 | April 5th 06 05:03 PM |
Redemption | Christoph | Add-ins for Outlook | 5 | March 6th 06 03:26 PM |
Redemption MAPITable | Dmitry Streblechenko | Add-ins for Outlook | 1 | January 12th 06 04:09 AM |