AcceptTentative Method

Topic Last Modified: 2006-06-13

Prepares and returns a CalendarMessage object for tentatively accepting a meeting request.

Applies To

IAppointment Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Function AcceptTentative() As ICalendarMessage
HRESULT AcceptTentative
(
        ICalendarMessage** pVal
);

Parameters

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

Other Resources

CalendarMessage CoClass