EmailAddress property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUDirectorySearchCriteria
IERUDirectoryUser

IERUInboxPage

 

 

EmailAddress property

Sets or returns the EmailAddress for a Directory Search Criteria.

Syntax


C++

HRESULT get_EmailAddress(BSTR* pEmailAddress)

HRESULT put_EmailAddress(
BSTR EmailAddress)

Scripting languages

String = Object.EmailAddress

Object.EmailAddress = String

Go to Top

Home

Applies to

IERUDirectorySearchCriteria

 

 

EmailAddress property

Return the EmailAddress for a Directory User.

Syntax


C++

HRESULT get_EmailAddress(BSTR* pEmailAddress)

Scripting languages

String = Object.EmailAddress

Go to Top

Home

Applies to

IERUDirectoryUser

 

 

EmailAddress property

Return the email address currently in effect for this Inbox Page.

Syntax


C++

HRESULT get_EmailAddress(BSTR* pEmailAddress)

Scripting languages

String = Object.EmailAddress

Remarks


When UseFacilityInboxInfo is TRUE

The email address is derived from the Facility's InboxAddress property, and is in the format "<RoomURL>_InboxPageID"

When UseFacilityInboxInfo is FALSE

This property returns the same value as InboxAddress.

Go to Top

Home

Applies to

IERUInboxPage


See also

Member Info & Rights