Share via


MimePartContentDescription.Add Method

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

'Declaration
Public Sub Add ( _
    part As MimePartContentDescription _
)
'Usage
Dim instance As MimePartContentDescription
Dim part As MimePartContentDescription

instance.Add(part)
public void Add(
    MimePartContentDescription part
)

Parameters

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

Reference

MimePartContentDescription Class

MimePartContentDescription Members

Microsoft.Rtc.Collaboration Namespace