Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi! i need some guide about the way to retrive email address in the TO: FROM: AND CC: Properties from a lsit of email's stored in a exchange server, for example:

I download and can read the subject and body from all email stored in a folder on exchange server with a responsestream in xml document referenced by a tag in the nodes o that xml doc, (subject: "a:displayname", and body:"d:x1000001e"), my question is if anyone have any documentation about this tag's?(subject: "a:displayname", and body:"d:x1000001e"), i need to retrive the To: From: And CC: Properties from the email's, i can read subject's and body's, but i dont't know the tag's to read the other properties.

Please help, i dont have access to google, or other enginge search services, xD, only i can view msdn libraries and code project.

Atte: Alberto F.

Solved: I use the class and fucntion of IEnumerator to see the xml tags retrived by the response stream, and i need to add some more line to the SQL Query, i shared the links i used to solve this.

IEnumerator:
http://msdn.microsoft.com/es-es/library/system.xml.xmlnode.getenumerator%28v=VS.80%29.aspx[^]

Reference to make SQL Query for exchange server:
Using Exchange 2003 with Webdav (Send, Retrieve, Attachments, Contacts, Mailboxsize, Mark as Read)[^]

More reference about create SQL Query's for exchange server:
http://msdn.microsoft.com/en-us/library/aa486312%28v=EXCHG.65%29.aspx[^]

WebDAV reference for SQL Query:
http://support.microsoft.com/kb/259849/es[^]
Posted
Updated 21-Jul-11 8:39am
v3
Comments
Gordon Beeming 21-Jul-11 15:34pm    
Shouldn't all these replies be solutions and not comments :-S

Answered only to remove from Unanswered list - solved by OP (who gets 5 from me for posting his solution)
 
Share this answer
 
With the help of Exchange Server Fix Toolbox you may extract .edb contacts, messages, calendars, tasks and provides the detailed log of recovery process.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900