Click or drag to resize
MeetingMinutesUpdateMinute Method
Updates the MinuteMessage object that was previously created. For instance, the text, personal status, category(note, keyword, etc.) can be updated.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void UpdateMinute(
	MinuteMessage meetingMinute,
	MeetingMinutesMeetingMinutesCompletionHandler completionHandler
)

Parameters

meetingMinute
Type: Avaya.ClientServicesMinuteMessage
completionHandler
Type: Avaya.ClientServicesMeetingMinutesMeetingMinutesCompletionHandler
See Also