ConferenceInvitationSettings.AvailableMediaTypes Property
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.
Gets the collection of media types to be available in the invitation.
public:
property System::Collections::ObjectModel::Collection<System::String ^> ^ AvailableMediaTypes { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> AvailableMediaTypes { get; }
member this.AvailableMediaTypes : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property AvailableMediaTypes As Collection(Of String)
Property Value
Remarks
The application should add its available media types to this list.