PR_PUBLISH_IN_ADDRESS_BOOK

The PR_PUBLISH_IN_ADDRESS_BOOK property determines whether a folder's display name appears in the address book.

Quick Info

Header file: EDKMDB.H
Applies to: Public folder objects (information store objects)
Identifier: 0x3fe6
Property type: PT_BOOLEAN
Access: Read/write (writeable only by the folder owner)

Values

0
FALSE = Folder display name does not appear in the address book (default).
1
TRUE = Folder display name appears in the address book.

Remarks

The PR_PUBLISH_IN_ADDRESS_BOOK property can be read with the IMAPIProp::GetProps method and set with the IMAPIProp::SetProps method.