owa

How to return a user's unread mail count from an Exchange inbox?

Hi, I am involved in writing a little internal SharePoint portal for our company. I thought it would be a 'quick win' to get create a web part that would display the user's unread mail count, and possibly a list of today's calendar tasks. However, I have had a hunt around for information to do with OWA web services stuff and I can see ...

OWA Web Part Jumps/Shifts when getting focus on My Site

In SharePoint (MOSS 2007), with an OWA web part on the page, either inbox or calendar parts, when a page loads it "jumps" down to have that part as the focus. No matter where it is on the page. Has anyone encountered this before or know how to solve this issue? This happens on out of the box sharepoint sites, with the OWA components. No...

It it possible to integrate OWA and OpenID?

Is it possible to integrate OWA (Outlook Web Access) and OpenID with a standard, existing component? If not, is it theoretically possible with a straightforward integration plugin (most probably using dotnetopenid)? Any hints on necessary API-s, components, technologies etc would be useful. ...

how to show current user's inbox in sharepoint 2007

I found this web part for Exchange 2003, but in exchange 2007 even after user login, web part shows exchange 2007 owa login page (instead of current user inbox). How I can show current user's exchange 2007 inbox in moss 2007? Any Idea? ...

exchange emails within asp.net application

Inside my ASP.NET application, I would like to add an iframe where I can display the emails from our exchange server for the logged in user. The web application uses forms authentication with custom authentication (passwords are hashed and stored in db). Is there a way to show OWA within my web app without prompting the user for passwo...

Oulook OWA 2007 iphone logon | owaauth.dll | UIWebView

Hi, I am trying since for a longer time to post parameters to Outlook Web Access 2007 (owaauth.dll) for signing on. But it refuses. This is the way I am doing (which is already working within a delphi program): NSString *strUsername = [[NSUserDefaults standardUserDefaults] stringForKey:@"mailUserName"]; NSString *strPassword = [[NSUser...

URL not loading in UIWebView

I am trying to get this Outlook Web Access demo account to load in an iPhone's UIWebView, and it does absolutely nothing... I don't even get an error code with the UIWebViewDelegate didfailLoadwithError method... here's the details: URL: https://webmail.123Together.com/exchange/ Username: [email protected] Password: test I would like ...

Send Fax via SBS 2003 Exchange from Linux/PHP

We have SBS 2003 set up to allow us to send faxes out via a Windows Printer. I have also successfully integrated PHP on our Linux Server w/ Exchange through OWA/WebDav -- allowing us to crawl email folders, send out email, etc. through the exchange server. What I'm trying to do is to email out from PHP using the Exchange 2003 service. I...

owa 2007 gui on 2003 owa server?

Hello, is it possible to put 2007 OWA GUI (only GUI) on existing 2003 OWA? thanks. ...

Oracle has OWA. What is the PostgresSQL equivalent?

I'd like to write stored procedures in pgSQL that dynamically generate web-ready data. I need a pure SQL to HTML or SQL to XML gateway. Oracle has OWA. In Oracle you can setup a RAC frontend to a SAN and connect a large set of OWA hosts to your RAC so you layer your web requests and spread your queries. What is the PostgresSQL or MyS...

outlook web access api returns only 100 records.

Hi, I am trying to retrieve Global Address List from Exchange using OWA api. But it returns only 100 records. Is there any way i can retrieve more than 100 records using OWA api or any other API? Note: I require to retrieve data from Global Address List from Exchange Thanks in advance. ...

outlook web access galfind command returns only 100 records

Hi, I am trying to retrieve a list of all users using outlook web access. Using Galfind command like https://server/?Cmd=galFind&cy=workplace i can retrieve only 100 records... (i think its fixed in outlook) Is there any way i can retrieve more than 100 records.. Note: I want to query Global Address List in Exchange. ...

Sending an OWA logon form from Java

Hi, I am interested in a way to programmatically log into OWA (Microsoft Outlook Web Access - a web-based email client) from Java code and retrieve nothing more than the inbox unread count -- I can read this number from the inbox web page's HTML source - but the problem is getting there - logging in. Essentially, from looking at the HT...

Add login page to outlook web access 2007

Hi, I want to add a new login page to owa 2007. Here is my scenario; first, user log in my custom logon page, then user redirect to default logon page. How can i do that? ...

OWA problem after upgrade to ie8

Hi, I just upgraded to ie8 and I find OWA gives me some issues. Firstly after a few mins I have to re-log in. Say I try to send an email - the login screen pops up first. Also, I keep getting this error: Microsoft Exchange issued an unexpected response (12019). Any thoughts? ...

Customizing OWA Logon

I'm trying to customize the MS Exchange 2010 OWA logon.aspx by injecting jQuery/Javascript into the DOM without eliminating any of it's functionality. Has anyone successfully done this? Whenever I reference jQuery the functionality of the logon.aspx page changes so that it's basically not able to log anyone in. Any ideas on this? ...

OWA Send - this Action can't be performed.

OK so I have a web application (sharepoint based) that has a create email menu link - that opens up a draft email and populates the mail account to use and the from address to set. For me this works because I'm on DOMAIN_A and the mail account is also on DOMAIN_A. Now recently they moved the majority of users over to DOMAIN_B. Now whe...

OWA 2007 Meeting Workspace + SharePoint 2007 Issue

Hi All, I don't see Meeting Workspace Option in OWA 2007 Basic or Premium. Is it by design? Also, When I setup a meeting from Outlook 2007 and also create a meeting workspace in sharepoint, all the attendees shows up as optional in Attendees List in SharePoint site. One more issue is that when an attendee accepts the meeting from OWA...

Outlook Web Access 'broken' - authenticates but displays incorrectly and isn't useable.

Hi all, We have an SBS 2008 server running Exchange. We have 5 users running from an office locally connected to exchange and everything is working perfectly fine. One of our users can begun travelling extensively and would like a way to access his email from any remote machine - Outlook Web Access seems to make sense. Unfortunately, I...

mod_rewrite and server environment variables

Hi Guys, The setup I have is as follows: I have one Apache server acting as a URL rewriting engine (SERVER1). I have a second server (Apache too) which runs a web application (SERVER2). First tries to authenticate users. Part of the authentication protocol involves a lot of redirection between that application server and the authen...