Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET 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 13th, 2004, 12:04 AM
Registered User
 
Join Date: Sep 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to recieve mail from exchange server

I`m writting code to scan exchange server and recieve mail and save attachment to local machine.
I have two ways.
The one is use Mapi.But this code only read mail from MS Outlook MailBox not Exchange server.
The other is use Exchange server`s WebDAV.But this code can`t download the attachment .I searched MSDN ,then find that no method to download attachment in WebDav methods.
What can i do ,help me please.
 
Old September 14th, 2004, 08:40 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

MAPI isn't used to talk to Outlook Mailboxes.. mostly because outlook doesn't have mailboxes, per se. Outlook is a program that's used to read email- in the case your describing, from a mailbox on an exchange server. MAPI is how outlook talks to the exchange server.

You would use MAPI to talk to an exchange server. Of course, there are other options.

Hal Levy
Web Developer, PDI Inc.

NOT a Wiley/Wrox Employee
 
Old February 4th, 2011, 02:27 PM
Registered User
 
Join Date: Feb 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If you want to use WebDAV protocol here is an example how to receive messages and download attachments: http://www.independentsoft.de/webdav...tachments.html

- Simon





Similar Threads
Thread Thread Starter Forum Replies Last Post
Appointments with Exchange Server [email protected] .NET Web Services 4 January 27th, 2011 04:59 AM
Exchange + mail DuhMaster ASP.NET 2.0 Professional 0 December 20th, 2006 04:47 AM
how recieve emails from my mail server qazi_nomi Classic ASP Basics 1 June 26th, 2004 01:31 AM
Find Error when Recieve mail qazi_nomi Classic ASP Basics 1 June 9th, 2004 03:57 AM





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