我正在尝试查找 owa 收件箱 Web 部件的 xml 代码,我只能找到 owa 日历的代码,即:
<AllUsersWebPart WebPartZoneID="MiddleRightZone" WebPartOrder="1">
<![CDATA[
<WebPart xmlns="http://schemas.microsoft.com/WebPart/v2">
<Assembly>Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly>
<TypeName>Microsoft.SharePoint.Portal.WebControls.OWACalendarPart</TypeName>
<Title>$Resources:spscore,PersonalSiteOnet_WebPart_Calendar</Title>
<Description>$Resources:spscore,PersonalSiteOnet_WebPart_Calendar_Description</Description<PartOrder>1</PartOrder>
<FrameType>Default</FrameType>
<AllowMinimize>true</AllowMinimize>
<AllowRemove>true</AllowRemove>
<IsVisible>true</IsVisible>
<DetailLink>https://<exchange server address>/owa/</DetailLink>
<OWAServerAddressRoot xmlns="urn:schemas-microsoft-com:owapart">https://<exchange server address>/owa/</OWAServerAddressRoot>
</WebPart>
]]>
</AllUsersWebPart>
现在我正在尝试找到获取标题和描述的正确代码,我尝试过:
<Title>$Resources:spscore,PersonalSiteOnet_WebPart_Inbox</Title>
邮箱、邮件、电子邮件.. 等,但似乎找不到正确的语法。