Share via


Type Property (IAttendee)

Topic Last Modified: 2006-06-13

Specifies the type of calendar user.

Applies To

IAttendee Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Type As String
HRESULT get_Type(BSTR* pVal);HRESULT put_Type(BSTR Val);

Parameters

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

Remarks

The valid values are "Individual," "Resource," "Group," "Room," "Unknown," or an X-token.