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

Microsoft Outlook and ASP.NET

Does anyone know where to find a good tutorial for working with Outlook
from an IE ASP.NET Application?

Are there any stability issues I should be concerned about?

I'm trying to create an Outlook Appointment in both a private user's
mailbox as well as in a Public Folder from a submission on an ASP.NET
WebPage.

*** Sent via Developersdex http://www.developersdex.com ***
Nov 17 '06 #1
2 6885
Maybe you can find something good here:
http://msdn2.microsoft.com/en-us/office/aa905455.aspx
http://msdn2.microsoft.com/en-us/lib...93(VS.80).aspx
chanmm

"Dash Weh" <da*****@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Does anyone know where to find a good tutorial for working with Outlook
from an IE ASP.NET Application?

Are there any stability issues I should be concerned about?

I'm trying to create an Outlook Appointment in both a private user's
mailbox as well as in a Public Folder from a submission on an ASP.NET
WebPage.

*** Sent via Developersdex http://www.developersdex.com ***

Nov 18 '06 #2
About accessing local and shared folders, I just had some questions
about this in another forum and I posted some of my code for anyone
else who asked. Note the Outlook-specific forums will be helpful for
your project.
http://tinyurl.com/y9zkss

Regarding using Outlook in a multi-user, multi-threaded environment,
this is highly discouraged. See this well known knowledge base
article on the topic:
http://support.microsoft.com/kb/257757/en-us
That said, there are ways to do this, maybe asynchronously from the
user session. (Get the request from the user, store it in a database.
Then have a separate process check the db for data that needs to be
uploaded to Outlook, and process each transaction in a single thread.)

Also look into Outlook Redemption (see Dmitry's link in the thread
link above), which will really help with the project you describe.

About ASP.NET to Outlook Appointments, I just wrote and delivered this
to one of my clients - it's very cool when it finally works. :)

Hope that helps.

Dash Weh wrote:
>Does anyone know where to find a good tutorial for working with Outlook
from an IE ASP.NET Application?

Are there any stability issues I should be concerned about?

I'm trying to create an Outlook Appointment in both a private user's
mailbox as well as in a Public Folder from a submission on an ASP.NET
WebPage.
Nov 21 '06 #3

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

Similar topics

3
by: Daniel Pope | last post by:
Hello Everybody, I'm preparing for doing a daunting task: to access Out look Microsoft Outlook Express(regardles the operating system and Outlook version) from a Java applet (after the client...
0
by: Job Lot | last post by:
I am retrieving message from the Inbox as follows: (MS Article ID 310258: How to use the Microsoft Outlook Object Library to retrieve a message from the Inbox by using Visual C# .NET) Try Dim...
0
by: RitaG | last post by:
Hi. When I set "Option Strict" to On, I'm getting an error message "Option Strict On disallows implicit conversions from 'System.Object' to 'Outlook.MailItem' with the following code: Dim...
4
by: rockio | last post by:
I have two computers with MS Access 2000 installed. However one computer has Microsoft Outlook 2002 installed while the other does not. The computer without Microsoft Outlook 2002 does not seem to...
3
by: bobdydd | last post by:
Hi All Is there a way that I could programatically check to see if Microsoft Outlook is installed on the PC. Someone suggested this code, below, but it is version specific. Dim appOutlook as...
9
by: CoCoCha | last post by:
Hi, I am trying to run a simple macro in excel vba to create a new email and attach two spreadsheets. But it won't work. It stops at the first line everytime. Dim objOutlook As...
1
by: mary mathews | last post by:
Hi, I'm getting an exception while tried to retrive an outlook contact using asp.net in a console application. The exception is as follows: An unhandled exception of type...
1
by: Sylfelin | last post by:
Hello, If I use Microsoft Outlook 12.0 Object Library (Outlook 2007) COM Object in my application, the custommer must have the outlook 2007 on his computer ? But if i use Microsoft Outlook...
2
by: =?Utf-8?B?RkZD?= | last post by:
Does microsoft outlook 6 have a calender, I cannot find a calender in microsoft outlook 6, is there one? and how do i find it if there is? I there isn't how do I get one? thankyou for your time...
0
by: ram1927 | last post by:
Here is my platform: .net framewrok 1.1 Windows Xp Propfessional MS Office 2007. Visual Studio 2003. Window based application. I did below mentioned steps: 1. Right click on C#...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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.