OtherInfo 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
ERUDirectoryUser

ERUUser

 

 

OtherInfo property

Returns the OtherInfo string of a Directory User.

Syntax


C++

HRESULT get_OtherInfo(BSTR* pOtherInfo)

Scripting languages

String = Object.OtherInfo

Go to Top

Home

Applies to

IERUDirectoryUser

 

 

OtherInfo property

Sets or returns the OtherInfo string of an eRoom User or a Directory Search Criteria.

Syntax


C++

HRESULT get_OtherInfo(BSTR* pOtherInfo)
HRESULT put_OtherInfo(
BSTR OtherInfo)

Scripting languages

String = Object.OtherInfo
Object
.OtherInfo = String

Remarks


Other Info shows any other information that a User or Directory User has chosen to share, such as work hours or home phone number.

Go to Top

Home

Applies to

IERUDirectorySearchCriteria

IERUUser


See also

Member Info & Rights