Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 19th, 2008, 05:42 AM
Registered User
 
Join Date: Sep 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default C# Exchange WebDAV data retrieve

Hi,
I am trying to create an application that detects if an email from user's sent folder was resent using WebDav in C#, and I don't really know if there is any property to get that information.
I'm a newbie on this and have only accomplished to get email data using this query:

<?xml version='1.0' ?>
<a:searchrequest xmlns:a='DAV:'>
<a:sql>
    SELECT
      "DAV:href",
      "urn:schemas:httpmail:sendername",
      "urn:schemas:httpmail:subject",
      "urn:schemas:httpmail:datereceived",
      "urn:schemas:httpmail:read",
      "urn:schemas:httpmail:textdescription",
      "urn:schemas:httpmail:hasattachment",
      "urn:schemas:httpmail:attachmentfilename",
      "urn:schemas:mailheader:content-id",
      "urn:schemas:mailheader:message-id",
    FROM scope('shallow traversal of "http://uri"')
    WHERE "DAV:ishidden"=False
    AND "DAV:isfolder"=False
    ORDER BY "DAV:creationdate"
</a:sql>
</a:searchrequest>

I've been looking at the Exchange SDK and haven't found anything either.

Any guidance is highly appreciated.

Thanx in advance,
 
Old January 25th, 2011, 12:02 PM
Registered User
 
Join Date: Jan 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Here are many C# and VB examples how to use WebDAV with Exchange 2003/2007.

Examples: http://www.independentsoft.de/webdav...ial/index.html





Similar Threads
Thread Thread Starter Forum Replies Last Post
Exchange appointment extended fields via WebDAV villian C# 1 January 26th, 2011 05:29 AM
Ch12 Outlook Data Exchange Error Profiteer BOOK: Expert One-on-One Access Application Development 1 August 7th, 2007 03:32 PM
Retrieve data Snib C++ Programming 2 November 6th, 2004 11:09 AM
IMPORT DATA FROM EXCHANGE , OUTLOOK or AD tbaquero SQL Server 2000 1 October 19th, 2004 12:04 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.