| |
Page propertyReturns a type-specific pointer to a Page. SyntaxC++
Scripting languages
RemarksPage 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). |