MeetingStatus Property

Topic Last Modified: 2006-06-13

Contains the status of an appointment: Tentative, Confirmed, or Cancelled.

Applies To

IAppointment Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property MeetingStatus As String
HRESULT get_MeetingStatus(BSTR* pVal);HRESULT put_MeetingStatus(BSTR Val);

Parameters

  • pVal
    Returns the value of the MeetingStatus property as a reference to a BSTR.
  • Val
    Sets the value of the MeetingStatus property to the value of the BSTR.

Remarks

Use the following constant values in CdoMeetingStatusValues:

Constant Value

cdoMeetingStatusCancelled

Cancelled

cdoMeetingStatusConfirmed

Confirmed

cdoMeetingStatusTentative

Tentative

This property is also available as the meetingstatus Field in the Exchange store schema.