InboxAddress property

For IERUInboxPage

Returns or sets the SMTP address of the inbox. (This is the email address assigned specifically to this Inbox Page.)

For IERUFacility

**This property is obsolete for the IERUFacility interface in Version 7.2.**

The email address to be used when sending email to this Facility's Inbox Pages, except where it has been overridden for specific Inbox Pages.

Syntax


C++

HRESULT get_InboxAddress (BSTR* pInboxAddress)

HRESULT put_InboxAddress (BSTR MyInboxAddress)

Scripting languages

InboxAddress = Object.InboxAddress

Object.InboxAddress = InboxAddress

Home

Applies to

IERUInboxPage