上回谈到与Exchange Server 2007邮件集成问题,最后有了新版本:
MOSS & SSO 系列2

 任务当然是从工作流引擎那边抓的,顺便也会用到SSO的,那边是表单验证嘛,这年头用域的不多啊。。。

OWA 2007

MOSS & SSO 系列2using System;
MOSS & SSO 系列2
using System.Collections.Generic;
MOSS & SSO 系列2
using System.Text;
MOSS & SSO 系列2
using System.Web.UI.WebControls.WebParts;
MOSS & SSO 系列2
using System.Web.UI.HtmlControls;
MOSS & SSO 系列2
using Microsoft.SharePoint.Portal.SingleSignon;
MOSS & SSO 系列2
using Microsoft.SharePoint.Portal;
MOSS & SSO 系列2
MOSS & SSO 系列2
namespace OWASSOWebPart

替代那个MOSS自带的WebPart,如果你的OWA采用Form方式验证的话,基本上那个WebPart没有任何作用!
再在_layouts下建个html重定向文件:
MOSS & SSO 系列2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
MOSS & SSO 系列2
<html>
MOSS & SSO 系列2
<head>
MOSS & SSO 系列2    
<meta http-equiv="Content-Type" content="text/html; CHARSET=utf-8" />
MOSS & SSO 系列2    
<meta name="Robots" content="NOINDEX, NOFOLLOW" />
MOSS & SSO 系列2    
<title>Microsoft Exchange - Outlook Web Access</title>
MOSS & SSO 系列2

部署后即可测试了!附件给出owa 2003 和 2007的代码源文件!
此处下载

相关文章:

  • 2021-06-20
  • 2021-12-01
  • 2021-12-11
  • 2021-09-21
  • 2022-12-23
  • 2021-08-05
  • 2021-06-24
  • 2022-12-23
猜你喜欢
  • 2021-11-01
  • 2021-12-30
  • 2021-10-13
  • 2021-07-11
  • 2022-01-03
  • 2022-01-12
相关资源
相似解决方案