Contact Property

Topic Last Modified: 2006-06-13

Contains a person's name as a contact for an appointment.

Applies To

IAppointment Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Contact As String
HRESULT get_Contact(BSTR* pVal);HRESULT put_Contact(BSTR Val);

Parameters

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