如何在"Outlook Data File" 的属性选项中的"Home Page" 选项卡中设置"Show homepage by default for this folder" 复选框?

How to set the "Show homepage by default for this folder" check box in the "Home Page" tab inside Properties option of "Outlook Data File"?

我正在使用 .Net c#。 我想以编程方式为 Outlook 数据文件设置 "Data File Properties" 的 "Home Page" 选项卡中的 "Show homepage by default for this folder" 复选框。 数据文件设置为默认文件。

设置MAPIFolder.WebViewURL为网页地址,MAPIFolder.WebViewOn属性为true。对于默认存储,可以假定根文件夹是收件箱文件夹 (Namespace.GetDefaultFolder(olFolderInbox)).

) 的父文件夹 (MAPIFolder.Parent)