MimePartContentDescription.Children 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 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)