473,386 Members | 1,943 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,386 software developers and data experts.

Access to Outlook from ASP.NET

Hi

We are currently in the process of writing an asp.net application.

As part of the project we need to establish, some sort of communication
between the application and the users Outlook applications.

We have to use Outlook, and not Exchange, as the users are from many
different organisations.

We want to somehow, be able to communicate with the calender, ie.
creating new appointments etc.

How could this be done???

We are talking about writing some sort of application that could be
installed on the client machine, and then perhaps communicate with this
component????

Any suggestions for a plausible solution is more than welcome.

Sep 29 '06 #1
4 1565
Hi,

gr*******@gmail.com wrote:
Hi

We are currently in the process of writing an asp.net application.

As part of the project we need to establish, some sort of communication
between the application and the users Outlook applications.

We have to use Outlook, and not Exchange, as the users are from many
different organisations.

We want to somehow, be able to communicate with the calender, ie.
creating new appointments etc.

How could this be done???

We are talking about writing some sort of application that could be
installed on the client machine, and then perhaps communicate with this
component????

Any suggestions for a plausible solution is more than welcome.
With Outlook running on the client, and your web application too, you'll
need to relax security. If you can do that, then Outlook can easily be
scripted, and it's fairly easy to write JavaScript code to access
Outlook's objects.

Check Outlook's documentation for examples (they are usually in
VBScript, but it's easy to translate in JavaScript).

Note however, again, that you won't be allowed to instantiate the
Outlook ActiveX component and access its objects under normal security
conditions.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Sep 29 '06 #2
I think you may be thinking of it in too difficult a fashion. You don't want
to necessarily communicate directly with outlook, that's difficult as most
browsers try to protect your computer from having a web site talk directly
to it. Browsers do understand MIME types, and they do know where to put
objects. You should be able to craft an item, such as an outlook calendar
appointment, from ASP.Net if you know the correct formatting. An example I
found is at: http://zones.advisor.com/doc/17330 Other items have similar
formats that you can follow to essentially dump the appropriate text to the
browser and let it figure out where and what to attach it to. This avoids
writing a custom application which would be a relative nightmare since you'd
still have to find some way for that application to communicate both with
Outlook and your system, and ASP.Net wouldn't necessarily do that.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

<gr*******@gmail.comwrote in message
news:11********************@h48g2000cwc.googlegrou ps.com...
Hi

We are currently in the process of writing an asp.net application.

As part of the project we need to establish, some sort of communication
between the application and the users Outlook applications.

We have to use Outlook, and not Exchange, as the users are from many
different organisations.

We want to somehow, be able to communicate with the calender, ie.
creating new appointments etc.

How could this be done???

We are talking about writing some sort of application that could be
installed on the client machine, and then perhaps communicate with this
component????

Any suggestions for a plausible solution is more than welcome.

Sep 30 '06 #3
Hi Mark

Thanks for your input - we already have the described functionality,
but we would like to have something that are more automated and
integrated.

Any other suggestions?

Thanks in advance

Sep 30 '06 #4
Hi Laurent

Thank you for your input.

A scripting solution would not be the prefeered way to solve the
problem.

We would very much like to have some sort of component on the client
that we can communicate with from asp.net.

Any other suggestions???

BRGDS

Sep 30 '06 #5

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

Similar topics

2
by: Daniel | last post by:
I use an Access database to basically take data exports, import them, manipulate the data, and then turn them into exportable reports. I do this using numerous macros, and queries to get the data...
2
by: Bob | last post by:
Hi Everybody A tough one!!! Is there any way that incoming eMails (MailItems) into Ms Outlook can be used to automatically create records in a ms Access table or sub table. Smiley Bob
1
by: Devonish | last post by:
I am composing an email with Access VB and then sending it from within Access. Everything works correctly (the email actually goes!) but Outlook ask some irritating questions that the user is...
3
by: Strasser | last post by:
In Access2000 mass emailing worked perfectly (very powerful tool!). Doesn't work when using XP version of both Access and Outlook, even though I checked the box to ensure that I was sending the...
47
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small...
2
by: mik.sjoblom | last post by:
Hello, I have developed a Access application that needs to read mail from Outlook, versions on Access and outlook are 2003. In the code i use mapi to connect to outlook. When i tries to read the...
1
by: charliej2001 | last post by:
Hi all My access database has import/export capabiltiy of contact details between outlook. The database is getting big now (1000+ contacts) and so are the outlook address books that have the...
10
by: Walshi | last post by:
Hi all, I'm a relative newby to access and VBA etc. My forms and tables etc are working great and saving lots of time...However... I have two databases with the exact same table format. I want...
0
by: NissanSE98 | last post by:
Hello, I'm building an asp.net application that will get contact information from an Access Database that is linked to microsoft exchange or outlook. I go to link tables in Access and choose...
14
by: ARC | last post by:
Hello All, I have a major application for quoting and invoicing that is written in Access 97 (both front and back ends). I have a user base of over 300 customers, and currently I don't require...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
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...
0
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,...
0
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...

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.