Edit

Share via


CallAcceptOptions.AcceptedContentIds Property

Definition

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.

Applies to