System.Title
The title of the item. For example, the title of a document, the subject of a message, the caption of a photo, or the name of a music track.
Windows 10, version 1703, Windows 10, version 1607, Windows 10, version 1511, Windows 10, version 1507, Windows 8.1, Windows 8, Windows 7, Windows Vista
propertyDescription
name = System.Title
shellPKey = PKEY_Title
formatID = F29F85E0-4FF9-1068-AB91-08002B27B3D9
propID = 2
SearchInfo
InInvertedIndex = true
IsColumn = true
typeInfo
type = String
Remarks
PKEY values are defined in Propkey.h.
This property maps to the OLE document property Title. System.Title is a commonly used property, particularly in heterogeneous lists of items where the items can be of many different types. Therefore, it is recommended that property handlers populate this property even if it is redundant; for example, an e-mail, which would populate both System.Title and System.Subject with the same value.
Related topics