Share via


Sensitivity Property

Topic Last Modified: 2006-06-13

Contains the status for an appointment's sensitivity: Company-Confidential, Personal, or Private.

Applies To

IAppointment Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Sensitivity As Long
HRESULT get_Sensitivity(long* pVal);HRESULT put_Sensitivity(long Val);

Parameters

  • pVal
    Returns the value of the Sensitivity property as a reference to a long.
  • Val
    Sets the value of the Sensitivityproperty to the value of the long.

Remarks

The sensitivity is indicated using values from the cdoSensitivityValues Enum.