Add Method

Adds the given part to the end of the children 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

Remarks

Exceptions

[cref][T:System.ArgumentNullException]: Thrown when the argument supplied is null.

[cref][T:System.InvalidOperationException]: Thrown when the mime part is neither mime/mixed nor mime/alternative.

See Also

Reference

MimePartContentDescription Class

MimePartContentDescription Members

Microsoft.Rtc.Collaboration Namespace