Edit

Share via


MimePartContentDescription(ContentType, Byte[]) Constructor

Definition

Creates a new instance of the MimePartContentDescription class.

public:
 MimePartContentDescription(System::Net::Mime::ContentType ^ contentType, cli::array <System::Byte> ^ body);
public MimePartContentDescription (System.Net.Mime.ContentType contentType, byte[] body);
new Microsoft.Rtc.Collaboration.MimePartContentDescription : System.Net.Mime.ContentType * byte[] -> Microsoft.Rtc.Collaboration.MimePartContentDescription

Parameters

contentType
ContentType

The content type for this MIME part. Can be null.

body
Byte[]

The body of this MIME part. Can be null.

Remarks

Initializes class, supplying content type and body. These parameters can be null.

Applies to