473,326 Members | 2,173 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

System.Web.Mail

Hi.

I know you can send an email using System.Web.Mail but other than using the
Outlook object, is there another way to read the email in an Inbox.

I'm currently reading the mail in an Inbox with the Outlook object. The
program works fine when deployed on my pc but when deployed to another server
I get a pop-up message saying "A program is trying to access mail addresses
you have stored in Outlook".

Other than getting some 3rd party software to resolve this issue, is there
another way to read email from an Inbox?

Rita
Jul 21 '05 #1
3 1828
Rita:

I've written similar software for Outlook object access. Its part of
Outlook's security settings. To the best of my knowledge, it cannot be
circumvented.

i tried adding my components to the GAC so theyre trusted, but even that
didnt work. Ultimately we had to stick to Outlook 2000, pre SR-1, because
that was the security update that implemented the dialog box youre talking
about - this update corrected a large number of security flaws.
"RitaG" <Ri***@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
Hi.

I know you can send an email using System.Web.Mail but other than using the Outlook object, is there another way to read the email in an Inbox.

I'm currently reading the mail in an Inbox with the Outlook object. The
program works fine when deployed on my pc but when deployed to another server I get a pop-up message saying "A program is trying to access mail addresses you have stored in Outlook".

Other than getting some 3rd party software to resolve this issue, is there
another way to read email from an Inbox?

Rita

Jul 21 '05 #2
Thanks for the information Elliot. I'm looking into using Outlook Redemption
- not what I wanted to do but from what you said in the email and what I've
read out there, what I'll probably have to do!

"Elliot Rodriguez" wrote:
Rita:

I've written similar software for Outlook object access. Its part of
Outlook's security settings. To the best of my knowledge, it cannot be
circumvented.

i tried adding my components to the GAC so theyre trusted, but even that
didnt work. Ultimately we had to stick to Outlook 2000, pre SR-1, because
that was the security update that implemented the dialog box youre talking
about - this update corrected a large number of security flaws.
"RitaG" <Ri***@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
Hi.

I know you can send an email using System.Web.Mail but other than using

the
Outlook object, is there another way to read the email in an Inbox.

I'm currently reading the mail in an Inbox with the Outlook object. The
program works fine when deployed on my pc but when deployed to another

server
I get a pop-up message saying "A program is trying to access mail

addresses
you have stored in Outlook".

Other than getting some 3rd party software to resolve this issue, is there
another way to read email from an Inbox?

Rita


Jul 21 '05 #3
Hey Rita and Elliot,

I just wanted to drop a note thanking you for your thread. We have REALLY
been struggling with this issue. We ended up writing a .NET assembly that
uses the SMTP components to fire out email. It's an excellent performer but
you have to write your own address verification tools and there is not "sent
items" folder so if a user is involved in the process, they may never really
trust the email got sent. It is also a little challenging to integrate the
..NET assembly/component into V6. You have to do a lot more work in the .NET
code...but it's worth it. And if you are writing a service or some process
that runs unattended I would argue the .NET email is mucho better!! Just
remember to write rich error handling code.

Thanks again - I'm going to check out Outlook Redemption also.

Mark B

"RitaG" wrote:
Thanks for the information Elliot. I'm looking into using Outlook Redemption
- not what I wanted to do but from what you said in the email and what I've
read out there, what I'll probably have to do!

"Elliot Rodriguez" wrote:
Rita:

I've written similar software for Outlook object access. Its part of
Outlook's security settings. To the best of my knowledge, it cannot be
circumvented.

i tried adding my components to the GAC so theyre trusted, but even that
didnt work. Ultimately we had to stick to Outlook 2000, pre SR-1, because
that was the security update that implemented the dialog box youre talking
about - this update corrected a large number of security flaws.
"RitaG" <Ri***@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
Hi.

I know you can send an email using System.Web.Mail but other than using

the
Outlook object, is there another way to read the email in an Inbox.

I'm currently reading the mail in an Inbox with the Outlook object. The
program works fine when deployed on my pc but when deployed to another

server
I get a pop-up message saying "A program is trying to access mail

addresses
you have stored in Outlook".

Other than getting some 3rd party software to resolve this issue, is there
another way to read email from an Inbox?

Rita


Jul 21 '05 #4

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

Similar topics

4
by: Trond A. S. Andersen | last post by:
Hi, all! I'm trying to use the System.Web.Mail. "package" combinded with System.Web.Mail.SmtpMail in order to send MS Excel spreadsheets attached to mail messages. However, sending one single...
3
by: Phil Mc | last post by:
Hi has anyone come accross the problem.... with referance to System.Web.Mail.MailMessage and System.Web.Mail.SmtpMail THIS WORKS FINE mail=new MailMessage(); mail.From =...
5
by: martin | last post by:
Hi, I have created a class that is totally seperate from my web application. However this class is used extensivly by the web application for stuff like data access. I wish to add a function to...
3
by: pmud | last post by:
Hi, I have ab ASP.Net Application in which I need to send e-mail on button click. Even though my C# code for that is correct.I am getting the following error:: I think the following error can be...
1
by: Eric Sheu | last post by:
Greetings, I have been searching the web like mad for a solution to my SMTP problem. I am using Windows Server 2003 and ASP.NET 2.0 w/ C# to send out e-mails from a web site I have created to...
2
by: Ryan | last post by:
Hi, I receive an access denied error (see below) when attempting to send an email with BodyFormat=MailFormat.Html from an asp.net page. Exactly the same code works fine in a console...
1
by: theWizard1 | last post by:
The following sends my email, but the attachment is empty. The attachment should contain the data that is in the string that was created from the xmlReader. I have a stored procedure written...
2
by: clevrmnkey | last post by:
I've had nothing but trouble from the System.Net.Mail objects, but I finally need to make them work, and I can't for the life of me see what I'm doing wrong. I pared back my mail transaction to...
10
by: Frank | last post by:
Hi, I am hoping to find out the differences between the System.Net.Mail and System.Web.Mail. Can some nice folks post the differences; or some urls which show the differences? Great Thanks...
2
by: satnamsarai | last post by:
Using System.Net.Mail: Sometimes I get error 'failure sending mail. Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.' Not sure how...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.