Platform SDK: Exchange 2000 Server

Sensitivity Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic,VBScript]
Property Sensitivity As String
[C++]
HRESULT get_Sensitivity(BSTR* pVal);
HRESULT put_Sensitivity(BSTR Val);
[IDL]
HRESULT [propget] Sensitivity([out,retval] BSTR* pVal);
HRESULT [proput] Sensitivity([in] BSTR Val);

Remarks

Use values from the cdoSensitivityValues enumeration.