dispidLogType
Office 2007
| dispidLogType |
A free-form attribute of a journal message, usually a string containing the display name of the journalizing application (for example, "MSWord").
Quick Info
| Exposed on: | Message objects used for logging journals |
| Created by: | Outlook |
| Accessed by: | Outlook and solution providers |
| Property type: | PT_UNICODE |
| Access type: | Read-only |
Remarks
To retrieve the value of this property, first use IMAPIProp::GetIDsFromNames to obtain the property tag, and then specify this property tag in IMAPIProp::GetProps to get the value. When calling IMAPIProp::GetIDsFromNames, specify the following values for the MAPINAMEID structure pointed at by the input parameter lppPropNames:
| lpGuid: | PSETID_Log |
| ulKind: | MNID_ID |
| Kind.lID: | dispidLogType |
This property corresponds to the Type property of the JournalItem object in the Microsoft Office Outlook object model.