Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
Reference
MimePartContentDescription Class