Edit

Share via


MimePartContentDescription.Add(MimePartContentDescription) Method

Definition

Adds one MIME part to the end of the child MIME part list.

public:
 void Add(Microsoft::Rtc::Collaboration::MimePartContentDescription ^ part);
public void Add (Microsoft.Rtc.Collaboration.MimePartContentDescription part);
member this.Add : Microsoft.Rtc.Collaboration.MimePartContentDescription -> unit
Public Sub Add (part As MimePartContentDescription)

Parameters

part
MimePartContentDescription

The MIME part to add.

Exceptions

Thrown when the argument supplied is null.

Thrown when the MIME part is neither MIME/mixed nor MIME/alternative.

Applies to