Share via


MimePartContentDescription.Children Property

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.

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

Syntax

'Declaration
Public ReadOnly Property Children As Collection(Of MimePartContentDescription)
    Get
'Usage
Dim instance As MimePartContentDescription
Dim value As Collection(Of MimePartContentDescription)

value = instance.Children
public Collection<MimePartContentDescription> Children { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<MimePartContentDescription>

See Also

Reference

MimePartContentDescription Class

MimePartContentDescription Members

Microsoft.Rtc.Collaboration Namespace