473,791 Members | 3,360 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sending e-mail using Exchange profile - reading from inbox

Our application is built in asp.net and we are looking for
a way to send an e-mail notification (via exchange). We
have gotten the System.Web.Mail to send an e-mail, but we
need the e-mail written to the "Sent messsages" folder.
This allows us to monitor the inbox of our "Applicatio n
Account". We will need to look for and reconcile
undeliverable e-mails using the inbox and the sent items.
I haven't seen any messages or examples that discuss which
technology to use in this scenario. Should we use CDO,
CDOEX or WebDAV.

Thanks in advance.
Kory Pukash
MCSD, MCT
Jul 21 '05 #1
3 2031
Kory,

Try using the Outlook Object Library, should give you all you need.

Try this link, here you will find a Word doc that explains it all.
http://www.microsoft.com/office/prev...k/supreasy.asp

Anthony
"Kory Pukash" <pu*****@idhw.s tate.id.us> wrote in message
news:03******** *************** *****@phx.gbl.. .
Our application is built in asp.net and we are looking for
a way to send an e-mail notification (via exchange). We
have gotten the System.Web.Mail to send an e-mail, but we
need the e-mail written to the "Sent messsages" folder.
This allows us to monitor the inbox of our "Applicatio n
Account". We will need to look for and reconcile
undeliverable e-mails using the inbox and the sent items.
I haven't seen any messages or examples that discuss which
technology to use in this scenario. Should we use CDO,
CDOEX or WebDAV.

Thanks in advance.
Kory Pukash
MCSD, MCT

Jul 21 '05 #2
Kory,

Here is a better link, I posted the wrong link earlier. Try this
http://support.microsoft.com/?kbid=220595. This should give you a place to
start. You should find some .Net links from here.

Anthony

"Anthony" <ac********@yah oo.com> wrote in message
news:eC******** ******@tk2msftn gp13.phx.gbl...
Kory,

Try using the Outlook Object Library, should give you all you need.

Try this link, here you will find a Word doc that explains it all.
http://www.microsoft.com/office/prev...k/supreasy.asp

Anthony
"Kory Pukash" <pu*****@idhw.s tate.id.us> wrote in message
news:03******** *************** *****@phx.gbl.. .
Our application is built in asp.net and we are looking for
a way to send an e-mail notification (via exchange). We
have gotten the System.Web.Mail to send an e-mail, but we
need the e-mail written to the "Sent messsages" folder.
This allows us to monitor the inbox of our "Applicatio n
Account". We will need to look for and reconcile
undeliverable e-mails using the inbox and the sent items.
I haven't seen any messages or examples that discuss which
technology to use in this scenario. Should we use CDO,
CDOEX or WebDAV.

Thanks in advance.
Kory Pukash
MCSD, MCT


Jul 21 '05 #3
This works great in Windows Form, but do you know how to
get it to work in a Web Form, i get no errors but the
outlook msg never pops open? I also notice that a new
outlook.exe is in my task list.

-----Original Message-----
Kory,

Here is a better link, I posted the wrong link earlier. Try thishttp://support.microsoft.com/?kbid=220595. This should give you a place tostart. You should find some .Net links from here.

Anthony

"Anthony" <ac********@yah oo.com> wrote in message
news:eC******* *******@tk2msft ngp13.phx.gbl.. .
Kory,

Try using the Outlook Object Library, should give you all you need.
Try this link, here you will find a Word doc that explains it all. http://www.microsoft.com/office/prev...tlook/supreasy.
asp
Anthony
"Kory Pukash" <pu*****@idhw.s tate.id.us> wrote in message news:03******** *************** *****@phx.gbl.. .
> Our application is built in asp.net and we are looking for > a way to send an e-mail notification (via exchange). We > have gotten the System.Web.Mail to send an e-mail, but we > need the e-mail written to the "Sent messsages" folder. > This allows us to monitor the inbox of our "Applicatio n > Account". We will need to look for and reconcile
> undeliverable e-mails using the inbox and the sent items. > I haven't seen any messages or examples that discuss which > technology to use in this scenario. Should we use CDO, > CDOEX or WebDAV.
>
> Thanks in advance.
> Kory Pukash
> MCSD, MCT


.

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
7054
by: Paul Lamonby | last post by:
Hi, I am sending a file from the server as an email attachment. The file is being attached no problem and sending the email, but I get an error when I try to open it saying it is corrupt. Obviuosly, the file is fine on the server, so the attachment code I am using must be corrupting it, but I dont know what it is: // send email with attachment function emailAttachment($to, $subject, $message, $name, $email,
2
1913
by: Joe | last post by:
Hi, I am sending an email from an asp page. Besides sending an email to sender, I am sending myself a BCC also. Out of 100 emails sent, about 5 recipients received a blank email (no text in subject and body). The BCC of all these emails that I sent to myself were fine. When I send email manually to these 5 recipients they receive it well. I have pasted my code below. Can someone give me a clue as why this could be happening? Is...
4
3126
by: Winston Nimchan | last post by:
Hi: I'm currently developing a socket application and would like to precede the data being sent with a 4 byte message length header (bin4). Can anyone help Regards Winston
7
3522
by: Lau | last post by:
I need to send 1000 emails from an asp.net website. Normally I would use System.Web.Mail.MailMessage() to send thru an SMTP server. But the large amount of emails results in a timeout. My server administrator told me to write the emails to the “pickup directory” instead. I know that JMail can do this in ASP, but how do you do this in asp.net? -- --------------------
3
1973
by: Juergen | last post by:
hi, I've got a problem sending floating point values to an corba server. With other datatyes like short or string it works fine. So having this idl file : module Example{ interface User{
8
4159
by: Amol | last post by:
Hi , I am developing a web application.I need an interface in my application which will allow the user to send the fax domestic /international.I dont want to use 3rd party tool /service .Does anybody have idea how to achieve this functonality. Regards amol
0
1252
by: Vajrala Narendra | last post by:
in the i got few problems please solve to help me also send information regarding email sending. Try Dim mailbody As String mailbody = "" mailbody = mailbody & "Company Name : " & txtcomp.Text mailbody = mailbody & "contact name:" & txtcont.Text mailbody = mailbody & "Address:" & txtadd.Text mailbody = mailbody & "website:" & txtweb.Text
5
2331
by: hurricane_number_one | last post by:
I am creating a simple server application, that will listen for incoming mouse coordinates and then move the mouse accordingly. So basically it's like a very simple VNC server without and screen display. I have this basic part working. The problem is that response time is really bad. It seems like the server is not receiving the data fast enough to be able to move the mouse so that it appears to be in sync with the movement on the client...
2
3764
by: lstanikmas | last post by:
Hi, I'm validating a form with this ASP but receiving some blank email responses; does anyone see anything wrong with it?: function isFormVarExcluded(thisForm, strToCheck) { var strExcludeVars = thisForm.elements.value; var arrExcludeVars = strExcludeVars.split(","); for (var j=0; j<arrExcludeVars.length; j++) { if (arrExcludeVars == strToCheck) return true;
0
9517
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10428
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10207
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10156
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9997
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6776
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5435
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4110
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3718
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.