[This is preliminary documentation and is subject to change.]

Deletes a reminder corresponding to an event.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int DeleteCalenderReminder(
	int eventId
)
Visual Basic (Declaration)
Public Function DeleteCalenderReminder ( _
	eventId As Integer _
) As Integer
Visual C++
public:
int DeleteCalenderReminder(
	int eventId
)

Parameters

eventId
Type: System..::.Int32
Id of a particular event corresponding to which the reminder is to be deleted.

Return Value

0 if successful, -1 in case of an error.

See Also