Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > ASP CDO
|
ASP CDO As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP CDO 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 June 29th, 2005, 05:50 AM
Registered User
 
Join Date: Jun 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to senthil_msv
Default How to read mails from Exchange Server 2003

Hai,

how to read mails(with embedded images) from exchange server2003 using asp. I was new to exchange server, i donot know how to read an image + text messages in MIME Format. I little bit know that the reading an text/html message but i donot know the how to read an embedded image

i use the following query in ASP to read a simple message,

        strQ = "select "
        strQ = strQ & " ""urn:schemas:mailheader:date"""
        strQ = strQ & ", ""urn:schemas:httpmail:to"""
        strQ = strQ & ", ""urn:schemas:httpmail:from"""
        strQ = strQ & ", ""urn:schemas:httpmail:fromemail"""
        strQ = strQ & ", ""urn:schemas:httpmail:subject"""
        strQ = strQ & ", ""urn:schemas:httpmail:sender"""
        strQ = strQ & ", ""urn:schemas:httpmail:sendername"""
        strQ = strQ & ", ""urn:schemas:httpmail:senderemail"""
        strQ = strQ & ", ""urn:schemas:httpmail:datereceived"""
        strQ = strQ & ", ""urn:schemas:httpmail:textdescription"""
        strQ = strQ & ", ""urn:schemas:httpmail:htmldescription"""
        strQ = strQ & ", ""DAV:contentclass"""
        strQ = strQ & ", ""DAV:displayname"""
        strQ = strQ & ", ""DAV:href"""
        strQ = strQ & " from scope ('shallow traversal of "
        strQ = strQ & Chr(34) & strURL & Chr(34) & "') "
        strQ = strQ & " WHERE ""urn:schemas:httpmail:read"" = false"

Please any one can help me,

Regards
V.Senthil





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to connect to exchange 2003 server lionking Pro VB.NET 2002/2003 1 February 1st, 2011 11:00 AM
VB.Net with Exchange Server 2003 kbc VB.NET 3 January 8th, 2009 01:45 PM
Read Exchange Mailbox tclancey Pro Visual Basic 2005 4 April 16th, 2007 09:31 AM
send & recive mails from exchange & lotus sever zaheersharief Pro VB 6 1 May 16th, 2005 06:55 AM
reading mails from exchange 2003 lionking .NET Web Services 0 February 25th, 2004 03:44 PM





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