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

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
Add ( _
	
part 
As 

MimePartContentDescription _
)
C#
public 
void 
Add(
	

MimePartContentDescription 
part
)
Visual C++
public:
void 
Add(
	

MimePartContentDescription^ 
part
)
JavaScript
function 
add(
part);

Parameters

part
Type: Microsoft.Rtc.Collaboration . . :: . MimePartContentDescription
The MIME part to add.

Exceptions

Exception Condition
ArgumentNullException Thrown when the argument supplied is null.
InvalidOperationException Thrown when the MIME part is neither MIME/mixed nor MIME/alternative.

See Also