Subject Property (IAppointment)

Topic Last Modified: 2006-06-13

Contains the topic for the appointment.

Applies To

IAppointment Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Subject As String
HRESULT get_Subject(BSTR* pVal);HRESULT put_Subject(BSTR Val);

Parameters

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