Click or drag to resize
ConferenceMeetingMinutes Property
Returns the MeetingMinutes object associated with the conference call.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public MeetingMinutes MeetingMinutes { get; }

Property Value

Type: MeetingMinutes
Remarks
The MeetingMinutes object can be used to query for the list of meeting notes, add a new note, or edit or remove an existing note.
See Also