Platform SDK: Exchange 2000 Server

HideFromAddressBook Property

[This is preliminary documentation and subject to change.]

This property specifies whether the address is not displayed in the address book.

[Visual Basic,VBScript]
Public Property HideFromAddressBook as Boolean
[C++]
HRESULT get_HideFromAddressBook(VARIANT_BOOL* pVal);
HRESULT put_HideFromAddressBook(VARIANT_BOOLVal);
[IDL]
HRESULT [propget] HideFromAddressBook([out,retval] VARIANT_BOOL* pVal);
HRESULT [propput] HideFromAddressBook([in] VARIANT_BOOL Val);

Remarks

If this property is true, the address is not displayed in the address book; if this property is false, the address is displayed in the address book. By default, this property is false (display address in address book).