Edit

Share via


MimePartContentDescription.Children Property

Definition

Gets a collection of MIME parts contained in a MIME/mixed or MIME/alternative body. This collection is empty when the Content-Type of the MIME part differs from multipart/mixed or multipart/alternative.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::MimePartContentDescription ^> ^ Children { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::MimePartContentDescription ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.MimePartContentDescription> Children { get; }
member this.Children : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.MimePartContentDescription>
Public ReadOnly Property Children As Collection(Of MimePartContentDescription)

Property Value

Applies to