Gets the value of accepted contentIds on the call.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
AcceptedContentIds 
As 
Collection(
Of 
String)
C#
public 
Collection<
string> 
AcceptedContentIds { 
get; }
Visual C++
public:
property 
Collection<
String^>^ 
AcceptedContentIds {
	
Collection<
String^>^ 
get ();
}
JavaScript
function get_
acceptedContentIds();

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.

See Also