Click or drag to resize

MeetingMinutes Class

Unsupported: The meeting minutes feature is currently not supported.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesMeetingMinutes

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class MeetingMinutes

The MeetingMinutes type exposes the following members.

Properties
  NameDescription
Public propertyMinutes
Returns the list of minutes from the meeting.
Top
Methods
  NameDescription
Public methodAddMinute
Adds minute message to a meeting.
Public methodRemoveMinute
Removes the MinuteMessage object.
Public methodUpdateMinute
Updates the MinuteMessage object that was previously created. For instance, the text, personal status, category(note, keyword, etc.) can be updated.
Top
Events
  NameDescription
Public eventMinutesChanged
Notifies the application that the list of minutes has changed.
Public eventServiceAvailable
Public eventServiceUnavailable
Top
Remarks

Unsupported: This class and all of its supporting classes are for internal Avaya use only and should not be used by third party applications at this time. This is an incubating feature that is currently under development and the classes and methods associated with this feature are subject to change at any time. Use of this feature will not be supported by Avaya until such time that it is officially released.

See Also