Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Tue, 18 Mar 2008 02:39:29 -0700 (PDT),    group: microsoft.public.exchange.development        back       


How to use finditem with a date?   
Hi all,
how do I  find calendar items that have a date greater then a
specific?
I've tried the following:

C# ...
ConstantValueType constantDate = new ConstantValueType();
constantDate.Value = "2008-03-19T05:00:00Z";
IsGreaterThanType dategreater = new IsGreaterThanType();
prop.FieldURI = UnindexedFieldURIType.calendarStart;
dategreater.Item = prop;
findItemRequest.Restriction.Item = dategreater;
...
I think my problem is some where around the date to string
conversation.

Thanks for your help...
Sebastian Kaiser
date: Tue, 18 Mar 2008 02:39:29 -0700 (PDT)   author:   Sebastian Kaiser

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us