Does anyone know if its possible to send an Outlook task from an ASP page running on a Windows 2000 Server on an intranet. There is also Microsoft Exchange Server on the same network which handles Outlook mailboxes.
The Windows 2000 server will soon be upgraded to Wndows 2003, if that makes a difference.
Is it possible to create an outlook task item from ASP? I tried using server.createobject("Outlook.application") but the page just hangs without output. I use CDO.message for mails.
I have a page which automatically sends out email without any user intervention. But I want my page to open the Outlook client, with all the default values that I have to specify. In this way the user, can modify the message and even attach additional files to the mail. How should I do this?
i get my default email addresses from my database, which is basically a replicate of my contacts in outlook, is it possible to access the contacts from the mail server? This way, i just have to maintain the contact list in the mail server instead of maintaining it again in my database.
I'm trying to send email through outlook in asp page. I've tried CDO.Message and Mapi.Session but those method i need to know the exchange server name and the login information so now i have to modify my code I've search through internet for the way to do that but i always have a problem with create outlook object Code:
Could someone tell me how to send outlook appointment email from asp page? I would like appointment email just like one outlook can send out. I tried to look for an answer for this, but it seems exchange server has to be installed on web server if I want to use the following code?
Is there way to send outlook appointment email without using outlook. Application object? If not, how can I make the code below work since we have separate mail server? ....
The following "Send Page" Script Breaks w/Win 2000 & Outlook XP with the error ""The command line argument is not valid. Verify the switch you are using." However, it does work with win98 and Outlook Express. Any ideas on the problem? Code:
i need to create a xml file with asp. I think i can handle that part but before i start is there a way to create an xml then have it upload that file when it's not really creating a new page? hopfully that makes sense. so i need to create a xml file with asp then upload it to an ftp using asp.
I have a problem. I have a database with 1000 e-mails that i use in my mailinglist. And when i send them mails it takes kinda long since i attach a ..pdf file each time. so i was wondering if there is a way in asp to create a task on the webserver using asp to trigger a script that sends the mails. sure i could use server.scripttimeout but the thing is that i dont want to wait 30 seconds for the page to finish loading. and if there will be 3000 in near future i'll have to wait for a very loooooong time.
anyone know how to create a task using asp dynamically?
you have a DB that contains about 2000 records. Assume that the records are houses with addresses, already known to the user, [remember, there are rooms, bathrooms fireplaces, garages etc]. What I want is this: A user enters a known address in the form. The form seaches the DB and returns the address with full details. That is, search results will be like, Address 1234, number of rooms 3, bathrooms 3 etc. If the address the user seached for is not found, the user is redirected to a page that prompts them to add it to the DB. Also I would like for it [search results] to open in a mini window with an option for the user to close window after reviewing the records. I have thought of using a drop-down but discarded that, 'cos what happens if the DB records gets to be in the thousands?
I am attempting to design a maintenance program which includes a series of recurring tasks. I would like for the user to be able to assign their tasks to recur similar to the way Outlook does.
I have been searching on the web for quite a while and have been unsuccessful with getting ideas on how to start this. I would like to use ASP VB or JavaScript.
Does anyone have any suggestions or links that could point me in the right direction?
i want to print a string (that i retrieve from database field), that contains say 60 lines, then i want to insert a page break and a common header for each page.
I want is to have my asp code test if it is the first time the page has loaded. If so it will need to skip my validation info, if not then run the validation code:
I want to send email atomatically everyday.I tried using the scheduled task but when I typed in the URL i the "Run" textfield,the scheduler could not start.Anyone knows why?
Any way to do a Scheduled task without having access to a "Scheduled Task" feature in the hosting control panel. IOW, I want to run a single Update Table query every Sunday at Midnight but I don't want to have to manually run it. I use SQL 2000 on a Win2k machine.
I'm trying to find a way where I can schedule a task to be run within a web site, either in VB (COM) or within the web site (ASP). What I want to do is to run a daily scheduled task which will cleanup a desired folder within the web site. As I say, this must be an automated scheduler which can kicked off by itself without any interaction from a user etc.
I need an end task program in VB6.0 (the source code). I have searched planet-source-code.com inside out and can't find just 1 regular end task program that works on my system. Is it because I am running on XP and they only work on ME and younger systems?
Anyways I need an XP, source, compatible version of the software. I am writing an interesting program, which once complete will tell you what its for (dont worry this one is totally legal ). It should list and then allow users to click END/close. I think its done through an API.
I have an ASP application which includes an asp page which processes a user submitted file. I would like to automate the process so the server scans the directory every 5 minutes and processes any files in the directory. I would like to 'reuse' the existing logic in the asp page.
How can I create a server process to do this? The closest I can figure out is to hook the logic into a application/session start logic in global.asa where it would run everytime a new session was started, but I would like it to run like a cron job every 5 minutes. Code:
I have a table which stores details of businesses. These businesses have associated links to 2 tables called areas and categories. What I would like to be able to do is display a list of all the businesses in a particular area with a breakdown of all the different categories in that area together with a corresponding count of records.
i.e. pull out all the businesses for a given area and order by business category then for each category, display a count of the records in that particular category in that area.
i am trying harder to mix this 2 solutions... but without success... the below on seen to be grabing a template and replace the data with the values posted in a form Code:
I have searched far and wide, and have NOT found a way to do this. I would like to add a link on an ASP page that I created that adds an appointment to Microsoft Outlook. I think that Automation is the way to go, but have NOT figured it out. Any help would be great. I have seen it done on another site using javascript. I would be willing to do it that way too.
So I'm writing an ASP 3.0 script on an intranet which users have access to from IE 6, or within Outlook. Due to the pop-ups it uses, it doesn't work so well in Outlook, so I want to know whether the user is running the website from within Outlook or IE.
How can I do this if Outlook is returning "IE" as its browser information?
This script:
Dim objBrowsType Set objBrowsType = Server.CreateObject("MSWC.BrowserType") response.write("Browser Name: " & objBrowsType.Browser)
returns "Browser Name: IE" in both IE and Outlook.
Anyone aware of a method or script that will allow me to add an event to a client's outlook or lotusnotes calendar? For instance, eBay has this set up for their auctions - will the click of a button on the web page the auction pops into your calendar and gives you a warning just before it's scheduled to end.
I need to access a user's outlook "contacts" using ASP. They are stored within the user's "contacts" folder inside their mailbox on the Exchange server (Exchange 2003). Script will need to log in to user's Exchange mailbox, access their "contacts" folder and parse them to display on page.
Put simply, all im trying to do is a Phone-book style app that pulls data from two different sources. The first source (Active Directory) I can do, its the second source (Exchange mailbox) that im having trouble with. I can pull data from Active Directory / Exchange GAL for display on the pages just cant find a way to get stuff from the mailstore. If it can't be done without an Active X component, then fair enough, just thought i'd ask out here.
I've just discussed this with my IT manager and he reckons you need to activate Outlook Web Services for this to be any use to you and he says that ain't gonna happen. What I want to know is:
a) is he right? b) if he is, is there a way to access Outlook stuff WITHOUT turning on Outlook Web Services.
Does anyone have any sample code (or could you point me in a direction) that will allow me to display the available time a users has in their Outlook Schedule? Similar to when you set up a meeting and you can show the avialable time for all meeting attendees in a horizontal bar chart?
Basically what i want to happen is that when a user clicks on the web link that it opens the meeting room which is in a public folder in outlook application (not the web interface outlook.
How do I generate an email through outlook? My program now needs to send out an email to an outlook distribution list. Unfortunately, I neither know how to send an email through ASP let alone sending it via Outlook.
Server Error in '/OMA' Application. -----------------------------------
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unable to read the security policy file for trust level 'WSS_Minimal'.
Source Error:
Line 62: <compilation batch="false" debug="false" /> Line 63: <pages enableSessionState="false".....