ConferenceInvitation.GetAvailableMediaTypes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method will be removed from future versions. Use property 'AvailableMediaTypes'
This method will be removed from future versions. Instead, use the AvailableMediaTypes property. Gets a collection of the media types available in the conference for which this invitation was sent.
public:
System::Collections::ObjectModel::Collection<System::String ^> ^ GetAvailableMediaTypes();
[System.Obsolete("This method will be removed from future versions. Use property 'AvailableMediaTypes'")]
public System.Collections.ObjectModel.Collection<string> GetAvailableMediaTypes ();
member this.GetAvailableMediaTypes : unit -> System.Collections.ObjectModel.Collection<string>
Public Function GetAvailableMediaTypes () As Collection(Of String)
Returns
- Attributes