UseFacilityInboxInfo property

**This property is obsolete in release 7.2.**

Indicates whether the inbox page should use the facility-wide mail settings or its own private mail settings.

Syntax


C++

HRESULT get_UseFacilityInboxInfo(VARIANT_BOOL* pUseFacilityInboxInfo)

HRESULT put_UseFacilityInboxInfo(VARIANT_BOOL myUseFacilityInboxInfo)

Scripting languages

Boolean = object.UseFacilityInboxInfo

object.UseFacilityInboxInfo = Boolean

Remarks


The POPServer, POPAccount, and InboxAddress properties always return the settings specifically assigned to this inbox page (if any), regardless of the UseFacilityInboxInfo property value. The EmailAddress property always returns the address that is currently in effect.

Home

Applies to

IERUInboxPage