MimePartContentDescription.Remove(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.
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
The MIME part to remove.
Returns
True if the MIME part is successfully removed; otherwise, false.
Exceptions
Thrown when the argument supplied is null.