ASP: Exchange 2003 Free/Busy Lookup

I'm trying to get a users free/busy status from exchange from within a website and using the code below, but when I run this a login page from MS Outlook Web Access is retrieved from the server rather than a XML file containing the users free/busy status for the specified time period.

I've spent all day looking for solutions to this but I'm stumped. I have been looking for an Exchange newsgroup but there doesn't seam to be one, does anyone know if i can post this some where else to get a response from an Exchange expert.

The Server is 2003, with Exchange 2003. Code:

View Replies


ADVERTISEMENT

ASP / Exchange 2003

I am writing a small CRM at the moment and would like one of the features to be that the first page picks up mail from a 'info@' mailbox on a locally hosted exchange 2003 server.

I am finding it a nightmare to track-down either how to do this or find the right info, I think partly because the methods may have changed with server upgrades.

Is there a definative method I should be using and any pointers to documentation etc.

View Replies View Related

Running Exchange 2003

My prod box consists of the following:

- Windows 2003 Server
- Exchange 2003

If I use cdoConfig to send emails from my .asp application do I need to include the following typelib on my .asp page if I'm running Exchange 2003:

<!--METADATA TYPE="typelib" UUID="CD000000-8B95-11D1-82DB-00C04FB1625D"
NAME="CDO for Windows 2000 Library" -->

Is this the correct typelib if I'm running Exchange 2003?Or, is there a "CDO for Windows 2003 Library" that I should be using instead?

View Replies View Related

Free Shopping Cart Or Some Free Code

Does anybody know of a free ASP shopping cart or some free ASP code to help someone get a shopping cart started. Or does anybody have any experience using a ASP shopping cart that is inexpensive and works good. I need to create a shopping cart in ASP and any useful info or tips.

View Replies View Related

Connection Is Busy

<i><b>Originally posted by : avenger (cpope@columbus.rr.com)</b></i><br />I am running IIS 4.0 and SQL Server 7 and am using many stored procedures to enhance ASP performance. I am getting the error<br />"Connection is busy with results for another hstmt"<br />spontaneously in one of my pages.

View Replies View Related

Server Too Busy

our Webserver stops working with 'HTTP Error 500-13 - Server too busy'. The Server has at this time over 3000 connections, but the Server isn't busy at all. (The IIS runs with W2K and SP3). Has anybody an idea?

View Replies View Related

Server Busy Error

I've recently been working on a site which is vital that it's up all week
this week as a lot of potential clients are going to be viewing it.
Yesterday for between 30 mins and 2 hours (not sure exactly how long) the
server was returning a server busy error, and my boss went absoloutly
mental... oops...
Could it be anything in my code that caused this, or is it likely to be a
server glitch? It was strange because none of the other sites on the same
webspace had this problem.
I'm aware that leaving server objects open can cause this, but I'm not using
any on this site. Is there anythign else that could commonly cause this
error?

View Replies View Related

Network Is Busy Error

Im running a ASP & Access DB application that im developing off my local
Windows 2000 Pro machine (i.e. not server)

Im starting to hit loads of "The Network is Busy" errors when i do a few DB
updates in succession. Does anyone know why it does this? I have a feeling
its cos MS has put some protection in Win2K Pro to stop people using it as a
server?Any thoughts of how to stop it, since i need to to help me develop this
applications?

View Replies View Related

Mouse Pointer Remains Busy After Window Popup

I've been writing web pages that pops up smaller windows when links are
clicked. I noticed that very often after the small window is poped up, the
mouse pointer remains busy instead of returning to the normal pointer.

Does anyone seen this problem before and know how to resolve it?

Code I use is like this:

function viewproductdetail(sku)
{
g =
open(page,'g','status=no,toolbar=no,menubar=no,hei ght=550,width=500,scrollba
rs=yes');
g.focus();
}

View Replies View Related

DNS Lookup

I have a web page that queries a database returning a recordset containing a whole series of URLs (host headers).

I want to display these in a table with one of the columns holding the current I.P. address for each URL. I know how to get a list of these IP addresses from the cmd prompt using "nslookup" but I'm absolutely clueless how to get hold of these values in my ASP page. I'm limited to the fact that this must be only ASP (VBScript, not .NET),
i.e. I can't call install any components.

View Replies View Related

Zipcode Lookup

Looking for a source for data and/or algorithm that would allow me to enter
a zipcode and find - in our case - every car dealership that sells, say,
Chevy's in that zipcode - if not there, then what about adjacent
zipcodes..? - in an ever expanding circle outward, and return a list of
those zipcodes.
In my database, I've already got the car dealers and available makes. What
I need is the zipcode "map" reference.

View Replies View Related

Password Lookup

I need help with a simple (well not so simple for me) password lookup script that will email a user their pw when they put their email in an input box. I have the db set up and the connection enabled but need some help w/ figuring out how to set it up to mail these out.

View Replies View Related

Page Lookup

On the top of my page i want to check what page the user has come from, as if they havent come from two pages i wanted them to, i need to redirect them. Alot of people are bookmarking my site with a page that causes errors. Any ideas?

View Replies View Related

DNS Lookup Error

DNS Lookup Error.This error resulted in the web browser that my user was using and this is details:"The URL you requested could not be retrieved because the named server is not registered in the domain name services. Please check the URL and try again."
I've checked with the user and find no fault with the URL address. What could possibly be wrong?

View Replies View Related

Text Lookup

Is there a way that we can search a remote web page for a specific line of text?We can check if a specific URL exist using the "MSXML2.ServerXMLHTTP" object witch works just fine, but is there anyway we can search the page for text using this same object.

View Replies View Related

Performing Database Lookup

Does anyone know of a pure ASP way of doing this?I am displaying the results of a large recordset and at the moment it looks like the page is not doing anything.I have a solution using an image and some javascript, f there was a way of doing it in ASP, perhaps using the response buffer?

View Replies View Related

OnChange Lookup ASP Recordset

I have a form on a webpage that someone enters a number (SponsorID).
After then enter that SponsorID into the form, I need to somehow query
my SQL database and find the record that has the same ID as the
SponsorID entered into the form and return the SponsorName (and write
it out on the page using a <div> tag or something of the like) WITHOUT
reloading the entire page (because I will loose the other information
already input on this page).

Now, I don't necessarly have to query the database, I *could* create
an Array when the page loads, using ASP, that will contain the
SponsorIDs and the SponsorNames and then compare the SponsorIDs within
that array with the number that was entered on the form.

View Replies View Related

Lookup In Multiple Tables

I just received a database schema from our dba and was given the task of doing a look up of several fields & then doing several specific tasks, depending on the information. I know how to do a lookup and an if statement for 1 table, but how do I handle a lookup in multiple tables and also do an if statement based on multiple tables?

For example, there would be a customerid, which is in the customer table; support is in the support table; and customertype in the type table.

View Replies View Related

Username Lookup For Protected Directories

I need to look up what user name was used to login to a protected directory using ASP.

I don't want to create a login page, etc. It shouldn't be necessary. Only employees who already have user accounts need to log in to the webapp and the protected directory login box is all the security I need. I just need to be able to access the username that they used in my application. Code:

View Replies View Related

Comma Delimited List & Lookup Table

I have a sql server 2000 table with a comma delimited list of ids. there is a seperate lookup table with a desc for each id.

I need for this data to be retuned in the same order in which the data was entered into the database. right now it is returning ordered by the id from the lutable.

View Replies View Related

Database Lookup In A Javascript Function *before* Displaying The Error

Is it possible to do a database lookup in a javascript function *before* displaying the error alert?

We want to do a database table lookup first and get a BETTER error message based on the text field throwing the error.

View Replies View Related

Is ASP Free?

I was just wondering if ASP is free? Taking in mind that i have Windows 2000 Server (which isnt free) and i have IIS and everything else setup. If i want to setup a complete ASP server will it cost me anything? And also is there a free ASP IDE?

View Replies View Related

Free Asp CMS

im looking for a good and free cms made up of asp using access dbase.

View Replies View Related

Free CMS

A requirement has sprung up at work for a lightweight CMS to allow a team of people to collaborate on some pages on our intranet. I've had a look on HotScripts and come up with a few that might be suitable.

Here's a few criteria:Ideally, should allow WYSIWYG editing (IE-only is OK)

Must run on NT4 using classic ASP (no .NET)

Must either use no database, or MS Access 97

Free and/or GPL

I'm really looking for an ASP super-blog of sorts.

View Replies View Related

Free Web Forums Using ASP/ASP.NET

I want to compare the availability and functionality between the free PHP/ASP offerings. Code:

View Replies View Related

Free Messenger

I am looking for a free instant messanger I can add to my site.I want it to be like AIM or Yahoo's. Of course, I want it to be free, and want it written in ASP. And it needs to actually work (I have found many that don't do anything!). I appreshiate a post from anyone that has any ideas.
P.S. I want it to be web-based, no downloading things for the client

View Replies View Related

Free ASP Training

stumbled accross this, and thought it might be useful to someone.for a limited time MS are offering "Developing Microsoft ASP.NET Web Applications with Visual Studio.NET" , a 17 hour course for free.Thought someone might make some use of it, just copy and paste the code they give you on the page i've linked.

View Replies View Related

Free Forum ASP

Is there any free ASP script for a forum?

View Replies View Related

Free ASP Webhosting

Does anyone know of a free bannerless ASP webhost with a nice chunk of webspace... If it isn't bannerless I could surely go for a popup... What I'm trying to avoid is a banner but I'll take that as a last resort.

View Replies View Related

PDF Tool For Free?

Does somebody knows an asp PDF creator Objects free or cheap?

View Replies View Related

ASPwebcalendar Free

I am trying to figure out how the heck to change the title tags and pull the events title into the title tag of the HTML template, which is controlling the title tag now.
Every title tag on the site displays the same thing and I would like it to display the name of that days event.I don't really know anything about asp.The only thing I could get it to pull in was the whole entire script when I put %%CONTENT%% in the html template or some JavaScript when I put %%STYLES%%

View Replies View Related

Free Web Server

I have develop an ASP page, a simple FACILITIES RESERVATION system, where the user will be able to do their reservation of room online(used in my university). Once they filled in the form, and submit them, all the information will be stored in the database as well as to my email. i use CDONTS code to send them to my email.

View Replies View Related

Free Editor

Have used HomeSite 5 and Dreamweaver,also the MS products. Anyone know of a free or cheap editor that highlights syntax.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved