CreateInboxPage method

Creates an Inbox Page object.

Syntax


C++
HRESULT CreateInboxPage (
   BSTR Name,
   BSTR Description,
   ERUTextFormat DescriptionFormat,
   LONG CreateOptions,
   IERUItem** ppInboxPage)
Scripting languages
Set InboxPage = Object.CreateInboxPage (
   Name as String,
   Description as String,
   DescriptionFormat as ERUTextFormat,
   CreateOptions as Long)

Parameters


Name

The name of the inbox page. The name has to be unique in the container.

Description

The description of the inbox page.

DescriptionFormat

Indicates whether the Description parameter is in HTML or plain text format.

For further information, see ERUTextFormat.

CreateOptions

One or more values from the ERUCreateOptions enumeration, logically OR'ed together. [optional, default = erCreateOptNone]

For further information on ERUCreateOption.

ppInboxPage

Upon return, An IERUItem interface pointer to the newly-added inbox page.

Return value


C++

The return code.

Scripting languages

An IERUItem interface pointer to the newly-added inbox page.

Remarks


The name of the inbox page can be no longer than 126 characters.

Home

Interface

IERUContainer


See also

Creating Item
s