A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Redemption RDO ICS SyncItems SQLRestriction



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 29th 08, 12:52 PM posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba,microsoft.public.outlook.program_addins
Ian-
external usenet poster
 
Posts: 2
Default Redemption RDO ICS SyncItems SQLRestriction

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  
Old March 30th 08, 06:51 PM posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba,microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Redemption RDO ICS SyncItems SQLRestriction

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 09:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.