Click or drag to resize

MeetingMinutesAddMinute Method

Adds minute message to a meeting.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.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