The ConferenceScheduleInformationtype exposes the following members.

Constructors

  Name Description
ConferenceScheduleInformation
Creates a new instance of the ConferenceScheduleInformation class.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  Name Description
AdmissionPolicy
Gets or sets the admission policy to control access to a conference.
ConferenceId
Gets or sets the conference ID of the new conference to schedule, or the ID of the conference to update.
Description
Gets or sets a longer description of the conference.
ExpiryTime
Gets or sets the absolute date and time after which the conference can be deleted.
IsPasscodeOptional
Gets or sets whether trusted applications may elect to skip challenging anonymous users for the conference passcode.
Mcus
Gets the list of MCU settings.
OrganizerData
Gets or sets an arbitrary XML blob set by the organizer.
ParticipantData
Gets or sets an arbitrary XML blob set by the organizer and to be sent to conference attendees upon joining the conference.
Participants
Gets the list of participants, and their roles.
Passcode
Gets or sets the conference passcode to be used by anonymous users.
PhoneAccessEnabled
Gets or sets whether participants can join the conference over the phone.
Subject
Gets or sets the subject of the conference.
Version
Gets or sets the revision number of the scheduled conference.

Explicit Interface Implementations

  Name Description
IXmlSerializableGetSchema
Returns the schema for the serialization.
IXmlSerializableReadXml
Deserializes the conference schedule settings from the XML. Not required.
IXmlSerializableWriteXml
Serializes the XML settings

See Also