PropertyPageSite 对象 (Outlook)

代表自定义属性页的容器。

备注

使用 Parent 属性的 ActiveX 控件的实现 属性页 要返回的 PropertyPageSite 对象的 PropertyPageSite 对象关联的对象。 实现 属性页 对象的模块的声明部分必须包含与以下类似的声明。

Private myPropertyPageSite As Outlook.PropertyPageSite

然后是来自 属性返回的对象。

Set myPropertyPageSite = Parent

使用 OnStatusChange 方法通知Microsoft Outlook已更改的属性页。

方法

名称
OnStatusChange

属性

名称
Application
Parent
Session

另请参阅

Outlook 对象模型引用

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。