Share via


MimePartContentDescription Constructor

Initializes the instance with content type and body.

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

Syntax

'Declaration
Public Sub New ( _
    contentType As ContentType, _
    body As Byte() _
)
'Usage
Dim contentType As ContentType
Dim body As Byte()

Dim instance As New MimePartContentDescription(contentType, _
    body)
public MimePartContentDescription(
    ContentType contentType,
    byte[] body
)

Parameters

Remarks

These parameters can be null.

See Also

Reference

MimePartContentDescription Class

MimePartContentDescription Members

Microsoft.Rtc.Collaboration Namespace