Page property

Returns a type-specific pointer to a Page.

Syntax


C++

HRESULT get_Page(IDispatch** ppPage)

Scripting languages

Set value = Object.Page

Remarks


Page returns the appropriate interface pointer for the page type (Folder Page, Note Page, Inbox Page, Poll Page, Discussion Page, Topic Page, or Version Page.) For example, Page returns an IERUFolderPage interface pointer if the item is a Folder Page and an IERUNotePage interface pointer if the item is a Note Page. If the item is not a page, Page returns the error E_NOTIMPL (function not implemented).

Home

Applies to

IERUItem