Click or drag to resize
ExchangeMeeting Class
Represents a meeting in the Exchange calendar.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesExchangeMeeting

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

The ExchangeMeeting type exposes the following members.

Properties
  NameDescription
Public propertyBody
The body or description of the meeting.
Public propertyEndTime
The end time of the meeting.
Public propertyId
The unique identifier of the meeting.
Public propertyIsAccepted
Indicates whether the current user has accepted the meeting.
Public propertyIsAllDayEvent
Indicates whether the meeting is an all-day event.
Public propertyIsCancelled
Indicates whether the meeting has been cancelled.
Public propertyIsCurrentUserModerator
Indicates whether the current user is a moderator of the meeting.
Public propertyIsRecurring
Indicates whether the meeting is recurring.
Public propertyLastModifiedTime
The last modified time of the meeting.
Public propertyLocation
The location where the meeting is scheduled.
Public propertyOptionalAttendees
The list of optional attendees for the meeting.
Public propertyOrganizer
The organizer of the meeting.
Public propertyRecurrencePattern
The recurrence pattern of the meeting, if any.
Public propertyRequiredAttendees
The list of required attendees for the meeting.
Public propertyStartTime
The start time of the meeting.
Public propertyStatus
The status of the meeting.
Public propertySubject
The subject of the meeting.
Top
See Also