473,804 Members | 3,686 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1584
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*******@gmai l.comwrote in message
news:11******** ************@h4 8g2000cwc.googl egroups.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
14941
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 in the format that I need it in order to create the reports that we use. So far this has proven to be successful for the reports that I am doing and the data that I am pulling into it. I just have one challenge that may require a lot of work and I...
2
4316
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
4178
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 required to answer. A summary of the relevant code is: Dim mailObj as Outlook.MailItem
3
2371
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 email. Any ideas? Thanks in advance.
47
4548
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 company and this is a big decision for us(!) It's not just the money it's committing to an new version of Access!
2
10526
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 subject of a message outlook displays "A program is trying to access e-mail adresses you have stored in Outlook. Do you want to allow this." And then i can allow access for max 10 minutes. My application is use scheduled statupm creating reports...
1
4348
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 contacts info in them. When I export contacts from access to outlook, it takes a long time because there are so many contacts in the Outlook address book, and it is checking all of these against the contacts coming in, so as to avoid duplicates....
10
2200
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 db1 to be used to input data by a remote operator, when she is ready I want her to be able to click a control button to email her new data to db2. This new data will be added to the table in db2 ready for further processing.
0
1592
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 outlook() and am able to link to the contacts data base. However, when I run my application locally, I get the error: No MAPI clients installed on this machine. Install a MAPI client such as Outlook. Well, Outlook is installed on the local machine but...
14
2786
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 that they have Access 97, as I use the access 97 runtime scripts from Sagekey software. The main problems I've seen with Access 97 are the built in e-mail support for sending reports. Unless a user uses the MS Outlook 2000/XP method, they have to...
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9582
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
10580
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
10082
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
9157
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7621
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6854
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
5525
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...
3
2993
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.