|  | IMultipart | 
The IMultipartRelated type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Accept | Dispatches to the specific visit method for this MIME entity. (Inherited from IMimeEntity) | 
|  | Add | (Inherited from ICollectionMimeEntity) | 
|  | Clear | (Inherited from ICollectionMimeEntity) | 
|  | Contains(T) | (Inherited from ICollectionMimeEntity) | 
|  | Contains(Uri) | Check if the IMultipartRelated contains a part matching the specified URI. | 
|  | CopyTo | (Inherited from ICollectionMimeEntity) | 
|  | Dispose | (Inherited from IDisposable) | 
|  | GetEnumerator | (Inherited from IEnumerableMimeEntity) | 
|  | IndexOf(T) | (Inherited from IListMimeEntity) | 
|   | IndexOf(Uri) | Get the index of the part matching the specified URI. | 
|  | Insert | (Inherited from IListMimeEntity) | 
|  | Open(Uri) | Open a stream for reading the decoded content of the MIME part specified by the provided URI. | 
|  | Open(Uri, String, String) | Open a stream for reading the decoded content of the MIME part specified by the provided URI. | 
|  | Prepare | Prepare the MIME entity for transport using the specified encoding constraints. (Inherited from IMimeEntity) | 
|  | Remove | (Inherited from ICollectionMimeEntity) | 
|  | RemoveAt | (Inherited from IListMimeEntity) | 
|  | WriteTo(Stream, CancellationToken) | Write the IMimeEntity to the specified output stream. (Inherited from IMimeEntity) | 
|  | WriteTo(String, CancellationToken) | Write the IMimeEntity to the specified file. (Inherited from IMimeEntity) | 
|  | WriteTo(FormatOptions, Stream, CancellationToken) | Write the IMimeEntity to the specified output stream. (Inherited from IMimeEntity) | 
|  | WriteTo(FormatOptions, String, CancellationToken) | Write the IMimeEntity to the specified file. (Inherited from IMimeEntity) | 
|  | WriteTo(Stream, Boolean, CancellationToken) | Write the IMimeEntity to the specified output stream. (Inherited from IMimeEntity) | 
|  | WriteTo(String, Boolean, CancellationToken) | Write the IMimeEntity to the specified file. (Inherited from IMimeEntity) | 
|  | WriteTo(FormatOptions, Stream, Boolean, CancellationToken) | Write the IMimeEntity to the specified output stream. (Inherited from IMimeEntity) | 
|  | WriteTo(FormatOptions, String, Boolean, CancellationToken) | Write the IMimeEntity to the specified file. (Inherited from IMimeEntity) | 
|  | WriteToAsync(Stream, CancellationToken) | Asynchronously write the IMimeEntity to the specified output stream. (Inherited from IMimeEntity) | 
|  | WriteToAsync(String, CancellationToken) | Asynchronously write the IMimeEntity to the specified file. (Inherited from IMimeEntity) | 
|  | WriteToAsync(FormatOptions, Stream, CancellationToken) | Asynchronously write the IMimeEntity to the specified output stream. (Inherited from IMimeEntity) | 
|  | WriteToAsync(FormatOptions, String, CancellationToken) | Asynchronously write the IMimeEntity to the specified file. (Inherited from IMimeEntity) | 
|  | WriteToAsync(Stream, Boolean, CancellationToken) | Asynchronously write the IMimeEntity to the specified output stream. (Inherited from IMimeEntity) | 
|  | WriteToAsync(String, Boolean, CancellationToken) | Asynchronously write the IMimeEntity to the specified file. (Inherited from IMimeEntity) | 
|  | WriteToAsync(FormatOptions, Stream, Boolean, CancellationToken) | Asynchronously write the IMimeEntity to the specified output stream. (Inherited from IMimeEntity) | 
|  | WriteToAsync(FormatOptions, String, Boolean, CancellationToken) | Asynchronously write the IMimeEntity to the specified file. (Inherited from IMimeEntity) | 
 See Also
See Also