ITDirectoryObjectConference interface (rend.h)
[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]
The ITDirectoryObjectConference interface provides methods that allow an application to set and get conference details. The ITDirectoryObjectConference interface is created by calling QueryInterface on ITDirectoryObject.
Inheritance
The ITDirectoryObjectConference interface inherits from the IDispatch interface. ITDirectoryObjectConference also has these types of members:
Methods
The ITDirectoryObjectConference interface has these methods.
ITDirectoryObjectConference::get_AdvertisingScope The get_AdvertisingScope method gets the advertising scope. |
ITDirectoryObjectConference::get_Description The get_Description method gets the description of the conference. |
ITDirectoryObjectConference::get_IsEncrypted The get_IsEncrypted method gets whether the conference is encrypted. |
ITDirectoryObjectConference::get_Originator The get_Originator method gets the originator's user name. |
ITDirectoryObjectConference::get_Protocol The get_Protocol method gets protocol identification. |
ITDirectoryObjectConference::get_StartTime The get_StartTime method gets the start time of the conference. |
ITDirectoryObjectConference::get_StopTime The get_StopTime method gets the stop time of the conference. If the end time is zero, the session is not bounded. |
ITDirectoryObjectConference::get_Url The get_Url method gets a URL. |
ITDirectoryObjectConference::put_AdvertisingScope The put_AdvertisingScope method sets the advertising scope. |
ITDirectoryObjectConference::put_Description The put_Description method sets the description of the conference. |
ITDirectoryObjectConference::put_IsEncrypted The put_IsEncrypted method sets whether the conference is encrypted. |
ITDirectoryObjectConference::put_Originator The put_Originator method sets the originator's user name. |
ITDirectoryObjectConference::put_StartTime The put_StartTime method sets the start time of the conference. |
ITDirectoryObjectConference::put_StopTime The put_StopTime method sets the stop time of the conference. If the end time is zero, the session is not bounded. |
ITDirectoryObjectConference::put_Url The put_Url method sets a URL. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rend.h |