Click or drag to resize
MeetingMinutesAddMinute Method
Adds minute message to a meeting.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void AddMinute(
	string content,
	MinuteType minuteType,
	bool personal,
	MeetingMinutesMeetingMinutesCompletionHandler completionHandler
)

Parameters

content
Type: SystemString
minuteType
Type: Avaya.ClientServicesMinuteType
personal
Type: SystemBoolean
completionHandler
Type: Avaya.ClientServicesMeetingMinutesMeetingMinutesCompletionHandler
See Also