Platform SDK: Exchange 2000 Server

IsHidden Property

[This is preliminary documentation and subject to change.]

Specifies whether or not the item is hidden.

[Visual Basic,VBScript]
Property IsHidden as Boolean
[C++]
HRESULT get_IsHidden(VARIANT_BOOL* pVal);
HRESULT put_IsHidden(VARIANT_BOOL pVal);
[IDL]
HRESULT [propget] IsHidden([out,retval] VARIANT_BOOL* pVal);
HRESULT [propput] IsHidden([in] VARIANT_BOOL pVal);

Remarks

This property is also available as the DAV:ishidden schema property accessible in the Fields collection.

Note   This property only has the intended result when the item is created before calling IDataSource::Save. You cannot use IsHidden to toggle an existing item from being hidden or not hidden.