MimePartContentDescription.Add(MimePartContentDescription) Method
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.
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
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.