CallAcceptOptions.AcceptedContentIds 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 value of accepted contentIds on the call.
public:
property System::Collections::ObjectModel::Collection<System::String ^> ^ AcceptedContentIds { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> AcceptedContentIds { get; }
member this.AcceptedContentIds : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property AcceptedContentIds As Collection(Of String)
Property Value
Remarks
If the incoming call contains the custom MIME parts, the party being called should specify the IDs of accepted mime parts by adding them to AcceptedIds collection. The header's name will be "MS-CONTENT-ACCEPTED-CID" and will contain a comma-separated list of accepted content IDs.