A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Embedding outlook elements in a web page



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 21st 06, 08:07 AM posted to microsoft.public.outlook
Gekka
external usenet poster
 
Posts: 2
Default Embedding outlook elements in a web page

Hi, I am currently doing some development for a corporate portal and I
have a couple of questions about embedding outlook in a portlet. The
solution I have found is to use the outlook view activex control in the
portlet, but this doesnt really give me what I need. What I would like
is to have kind of a summary showing emailaddress, number of unread
messages in the inbox, number of open tasks, etc for the logged on
user. The activex control only gives me the entire view of the inbox,
calendar, etc.

So, can the outlook view control be used to show a summary, like
Outlook Today, on a webpage or do I have to resort to writing my own
control to show this?

I currently use this piece of code to include the inbox, something
similar would be nice

object classid='clsid:0006F063-0000-0000-C000-000000000046'
id='ovInbox' width='300' height='300' codebase='outlctlx.CAB'
param name='Folder' value='Inbox'
param name='Namespace' value='MAPI'
param name='Restriction' value
param name='DeferUpdate' value='0'
/object

Ads
  #2  
Old September 21st 06, 12:51 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Embedding outlook elements in a web page

No, the OVC shows a folder just like Outlook does and is also limited to working only on machines where Outlook is installed and the user is running Outlook. For a corporate portal, you may want to access data from the Exchange server directly, using WebDAV, to avoid that client requirement.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Gekka" wrote in message oups.com...
Hi, I am currently doing some development for a corporate portal and I
have a couple of questions about embedding outlook in a portlet. The
solution I have found is to use the outlook view activex control in the
portlet, but this doesnt really give me what I need. What I would like
is to have kind of a summary showing emailaddress, number of unread
messages in the inbox, number of open tasks, etc for the logged on
user. The activex control only gives me the entire view of the inbox,
calendar, etc.

So, can the outlook view control be used to show a summary, like
Outlook Today, on a webpage or do I have to resort to writing my own
control to show this?

I currently use this piece of code to include the inbox, something
similar would be nice

object classid='clsid:0006F063-0000-0000-C000-000000000046'
id='ovInbox' width='300' height='300' codebase='outlctlx.CAB'
param name='Folder' value='Inbox'
param name='Namespace' value='MAPI'
param name='Restriction' value
param name='DeferUpdate' value='0'
/object

  #3  
Old September 22nd 06, 08:23 AM posted to microsoft.public.outlook
Gekka
external usenet poster
 
Posts: 2
Default Embedding outlook elements in a web page

Thanks for your reply, Sue. Coming from the Java sphere, I'm really new
to all kind of MS technology and APIs.

The problem here is that this portal is Oracle and here's my idea for a
new approach:

I'll create a webservice using Collaboration Data Objects where Outlook
Web Access is running, exposing the needed functionality, like number
of unread mails, todays appointments, etc. Then I'll use this
webservice in an OmniPortlet in Oracle to show the data.

Would this have any authentication implications as one of the
requirements for the portal is secure SSO (basic authentication not
allowed)?

  #4  
Old September 22nd 06, 01:17 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Embedding outlook elements in a web page

That's probably a question better posed to the microsoft.public.exchange.development group.

Exchange 2007, BTW, will offer access to its data via web services natively. For Exchange 2000/2003, I think there are some web service examples in the Exchange SDK.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Gekka" wrote in message ups.com...
Thanks for your reply, Sue. Coming from the Java sphere, I'm really new
to all kind of MS technology and APIs.

The problem here is that this portal is Oracle and here's my idea for a
new approach:

I'll create a webservice using Collaboration Data Objects where Outlook
Web Access is running, exposing the needed functionality, like number
of unread mails, todays appointments, etc. Then I'll use this
webservice in an OmniPortlet in Oracle to show the data.

Would this have any authentication implications as one of the
requirements for the portal is secure SSO (basic authentication not
allowed)?

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Emailing a Web Page from Outlook samdev Outlook - General Queries 2 September 12th 06 03:12 AM
Can I save an Outlook calendar as a web page offline? sloan_5 Outlook - Calandaring 1 August 4th 06 04:16 PM
Outlook 2003 calendar saved as web page ChinaGirl Outlook - Calandaring 1 July 17th 06 06:46 PM
Save as web page Outlook 2000 me thanks alot Outlook - Calandaring 0 June 8th 06 09:41 PM
Outlook 2000 - How do I send a web page as the email?? Cougar Outlook - General Queries 1 March 20th 06 01:05 PM


All times are GMT +1. The time now is 01:04 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.