OWAInboxPart クラス (Microsoft.SharePoint.Portal.WebControls)
Outlook Web Access Web パーツの受信トレイを構成するコントロールのセットを表します。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<XmlRootAttribute(Namespace:="urn:schemas-microsoft-com:owainboxwebpart")> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class OWAInboxPart
Inherits OWAPartBase
'使用
Dim instance As OWAInboxPart
[XmlRootAttribute(Namespace="urn:schemas-microsoft-com:owainboxwebpart")]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
public class OWAInboxPart : OWAPartBase
備考
Microsoft Office SharePoint Server 2007 では、Outlook Web Access Web パーツは、Outlook Web Access の URL を指す IFrame オブジェクトでレンダリングされます。Microsoft Exchange Server 2007 クライアント アプリケーション サーバーは、承認後に、コンテンツを含む OWAInboxPart を返して IFrame オブジェクトを満たします。
継承階層
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Panel
System.Web.UI.WebControls.WebParts.Part
System.Web.UI.WebControls.WebParts.WebPart
Microsoft.SharePoint.WebPartPages.WebPart
Microsoft.SharePoint.Portal.WebControls.WebPartLoc
Microsoft.SharePoint.Portal.WebControls.OWAPartBase
Microsoft.SharePoint.Portal.WebControls.OWAInboxPart
スレッドの安全性
この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。
関連項目
参照
OWAInboxPart メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間