CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2001
    Location
    The Netherlands
    Posts
    100

    Question Get exchange calendar item status. (Webdav)

    Some Info:

    I want to send a query to an exchange server over OWA by Webdav to receive items that are not markt as 'synced'

    I mark an item by setting the custom property synced to 'synOKE'
    Then when I'm searching for that property the sql query stays the same so I don't have the problem that 1000 query's will be cached for 40 days.

    The problem:

    If there is a new appointment everything works fine because I can search for the synced property. But when you change the appointment in outlook the appointment sill has the synced set to synOKE.

    Is there a way to include the value of 'synced' in an property that resets when the appointment has changed or is there a way to compare some other ID property to a custom property in a search.
    /* Regards, David Smulders */

  2. #2
    Join Date
    Feb 2011
    Posts
    1

    Re: Get exchange calendar item status. (Webdav)

    There is a library available for that. This might be your best option: WebDAV .NET for Exchange http://www.independentsoft.de/webdavex/index.html

    It is great API and comes with many examples.

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: Get exchange calendar item status. (Webdav)

    Welcome to the forusm Silvo.

    Please remember to keep your posts relevant. This thread is 3 years old!
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured