DisplayName Property (IAttendee)

Topic Last Modified: 2006-06-13

Specifies the display name of an attendee.

Applies To

IAttendee Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property DisplayName As String
HRESULT get_DisplayName(BSTR* pVal);HRESULT put_DisplayName(BSTR Val);

Parameters

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