PidLidAppointmentTimeZoneDefinitionEndDisplay Canonical Property

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Contains a stream that maps to the persisted format of a TZDEFINITION structure, which stores the description for the time zone that is used when the end time of a single-instance appointment or meeting request is selected.

Associated properties:

dispidApptTZDefEndDisplay

Property set:

PSETID_Appointment

Long ID (LID):

0x0000825F

Data type:

PT_BINARY

Area:

Calendar

Remarks

Microsoft Office Outlook 2003 or earlier, and solutions that are based on Collaboration Data Objects (CDO) 1.2.1 and that have not run the calendar update tool for Outlook or Microsoft Exchange Server, store the start time and end time of single-instance appointments and meeting requests in Coordinated Universal Time (UTC). These clients do not store any information for the time zone where the appointment or meeting request is created.

Versions of Microsoft Outlook since Microsoft Office Outlook 2007, and solutions based on CDO 1.2.1 that have run the Outlook or Exchange Server calendar update tool use dispidApptTZDefEndDisplay to store the time zone for the end time. dispidApptTZDefEndDisplay shows the appointment or meeting in the original time zone that it was scheduled, and determines whether the end time should be adjusted if the rules of the time zone change. If this property is missing, the time zone specified by the dispidApptTZDefStartDisplay (PidLidAppointmentTimeZoneDefinitionStartDisplay) property is used. If dispidApptTZDefStartDisplay is missing or invalid, the current local time zone is assumed. dispidApptTZDefEndDisplay is used for display purposes only and is not used in recurrence expansion.

A parser must be careful when it reads a stream obtained from dispidApptTZDefEndDisplay, or when it persists TZDEFINITION to a stream for commitment to a binary property such as dispidApptTZDefEndDisplay. For more information, see About Persisting TZDEFINITION to a Stream to Commit to a Binary Property.

dispidApptTZDefEndDisplay specifies time zone information for the dispidApptEndWhole (PidLidAppointmentEndWhole) property. The format, constraints, and computation of dispidApptTZDefEndDisplay are the same as specified in the dispidApptTZDefStartDisplay property.

Protocol Specifications

  • [MS-OXPROPS]
    Provides property set definitions and 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.

See Also

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names