PidTagScheduleInfoAppointmentTombstone Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains a list of data blocks that represent meetings that have been declined.
Associated properties: |
PR_SCHDINFO_APPT_TOMBSTONE |
Identifier: |
0x686A |
Data type: |
PT_BINARY |
Area: |
Free/Busy |
Remarks
The data blocks begin with a header of 32 bit values defined as:
Value |
Description |
---|---|
Identifier |
This field must be the value 0xBEDEAFCD. |
HeaderSize |
This field must have the value 0x00000014. |
Version |
This field must have the value 3. |
RecordsCount |
The count of records that follow. |
RecordsSize |
This field must have the value 0x00000014. |
The header is followed by RecordsCount entries of 32 bit values defined as:
Value |
Description |
---|---|
StartTime |
The meeting object’s start time in minutes since midnight, January 1, 1601, UTC. |
EndTime |
The meeting object’s end time in minutes since midnight, January 1, 1601, UTC. |
GlobalObjectIdSize |
The size, in bytes, of the GlobalObjectId field. |
GlobalObjectId |
The value of the LID_GLOBAL_OBJID (PidLidGlobalObjectId) property of the meeting this record represents. |
UserName |
The first two bytes are the length of the PT_STRING8 string that follows. |
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXOCAL]
Specifies the properties and operations for appointment, meeting request, and response messages.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.