Edit

Share via


MimePartContentDescription.Remove(MimePartContentDescription) Method

Definition

Removes the first occurrence of a MIME part from the list of child MIME parts.

public:
 bool Remove(Microsoft::Rtc::Collaboration::MimePartContentDescription ^ part);
public bool Remove (Microsoft.Rtc.Collaboration.MimePartContentDescription part);
member this.Remove : Microsoft.Rtc.Collaboration.MimePartContentDescription -> bool
Public Function Remove (part As MimePartContentDescription) As Boolean

Parameters

part
MimePartContentDescription

The MIME part to remove.

Returns

True if the MIME part is successfully removed; otherwise, false.

Exceptions

Thrown when the argument supplied is null.

Applies to