473,387 Members | 1,925 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.

Logging in to Outlook Web Access using PHP

hi,

Does anybody know if it's possible to log into Outlook Web Access
using PHP?

I mean, if I have the username, password and email address I need to
have a link that opens directly into Outlook Web Access inbox or
something. Is this possible, and if so, does anyone know where I can
find more information on how to do this?

Thanks.
Oct 22 '08 #1
4 9851
On Wed, 22 Oct 2008 17:58:19 +0200, macca <pt*******@googlemail.comwrote:
Does anybody know if it's possible to log into Outlook Web Access
using PHP?

I mean, if I have the username, password and email address I need to
have a link that opens directly into Outlook Web Access inbox or
something. Is this possible, and if so, does anyone know where I can
find more information on how to do this?
OWA is extremely heavy in the javascript area, and unless you're terribly
masochistic a simple CURL system to use it is IMHO out of the question
(not undoable, just terribly trial-and-error & time consuming). If you
need this kind of functionality, I'd look here
http://msdn.microsoft.com/en-us/libr...EXCHG.80).aspx, and use
SOAP.
--
Rik

Oct 22 '08 #2
All I want to do is make it so that the user is not prompted for the
HTTP Authentication when they click the link that takes them to the
OWA page. There must be some way to pass the authentication
credentials to the page somehos using PHP?
Oct 23 '08 #3
Rob
On Oct 23, 9:06*am, macca <ptmcna...@googlemail.comwrote:
All I want to do is make it so that the user is not prompted for the
HTTP Authentication when they click the link that takes them to the
OWA page. There must be some way to pass the authentication
credentials to the page somehos using PHP?
The problem is that once authenticated, OWA will pass you back a
cookie, session ID, or similar, which will reside on the server
running the PHP script.

You then have to try and feed that to the users browser/PC, but I
can't think of any way of doing it. It's probably not possible for
security reasons, anyway.

Rob.
Oct 23 '08 #4
Hello,

on 10/22/2008 01:58 PM macca said the following:
hi,

Does anybody know if it's possible to log into Outlook Web Access
using PHP?

I mean, if I have the username, password and email address I need to
have a link that opens directly into Outlook Web Access inbox or
something. Is this possible, and if so, does anyone know where I can
find more information on how to do this?
Do you want to access Outlook Web access pages using PHP or just
redirect the user to Web access pages somehow pre-authenticated?

--

Regards,
Manuel Lemos

Find and post PHP jobs
http://www.phpclasses.org/jobs/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Oct 27 '08 #5

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

Similar topics

3
by: Kurt | last post by:
Hi We are developing an off-the-shelf software suite for a certain business sector. Most of the program is simply a GUI on top of some .mdb files. Its a .net application written in c# One...
16
by: Einar Høst | last post by:
Hi, I'm getting into the Trace-functionality in .NET, using it to provide some much-needed logging across dlls in the project we're working on. However, being a newbie, I'm wondering if some...
0
by: Eran Kampf | last post by:
Hi, I am using the Logging&Instrumentation Application Block in an Outlook addin project. I am getting a System.NullReferenceException in system.management when quiting Outlook. The exception is...
10
by: John | last post by:
Hi When I open a new outlook email from vb.net, sometimes outlook is very slow to appear or occasionally outlook freezes completely. I am targeting mixed office2000/xp environments so I am...
3
by: bobdydd | last post by:
Hi Everybody Access 2000, Outlook 2000 Windows XP I am running the code below to open Microsoft Outlook from a Command Button. It works fine until I tried it on a machine that has Office...
1
by: Mike P | last post by:
I am using the code below to logon to the local Outlook account. But what I need to do is be able to login without explicitly stating the userlogin and password. Is it possible to pass the...
1
by: twhitehouse | last post by:
I have an error when trying to log into outlook accounts in my vb6 program. I do not have a problem logging into these same accounts using outlook 2003. I have googled and found most of the...
6
by: Kevin | last post by:
In my business, I use Quickbooks extensively for billing and accounting and a custom built Access DB for project management. I recently began using MS Outlooks contacts quite extensively as well...
4
by: iheartvba | last post by:
Hi I have been able to successfully send e-mails using MS Outlook via MS Access. However I can't seem to find any error logging techniques. What I want to do is create a log of any e-mails actually...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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,...
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
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.