![]() | Multipart Methods |
The Multipart type exposes the following members.
Name | Description | |
---|---|---|
![]() | Accept |
Dispatches to the specific visit method for this MIME entity.
(Overrides MimeEntityAccept(MimeVisitor)) |
![]() | Add | Add an entity to the multipart. |
![]() | Clear | Clear a multipart. |
![]() | Clear(Boolean) | Clear a multipart. |
![]() | Contains | Check if the Multipart contains the specified entity. |
![]() | CopyTo | Copy all the entities in the Multipart to the specified array. |
![]() | Dispose |
Releases all resources used by the MimeEntity object.
(Inherited from MimeEntity) |
![]() | Dispose(Boolean) |
Release the unmanaged resources used by the Multipart and
optionally releases the managed resources.
(Overrides MimeEntityDispose(Boolean)) |
![]() | Equals | (Inherited from Object) |
![]() | Finalize |
Releases unmanaged resources and performs other cleanup operations before the
MimeEntity is reclaimed by garbage collection.
(Inherited from MimeEntity) |
![]() | GetEnumerator | Get the enumerator for the children of the Multipart. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | IndexOf | Get the index of an entity. |
![]() | Insert | Insert an entity into the Multipart at the specified index. |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | OnHeadersChanged |
Called when the headers change in some way.
(Inherited from MimeEntity) |
![]() | Prepare |
Prepare the MIME entity for transport using the specified encoding constraints.
(Overrides MimeEntityPrepare(EncodingConstraint, Int32)) |
![]() | Remove | Remove an entity from the multipart. |
![]() | RemoveAt | Remove an entity from the Multipart at the specified index. |
![]() | RemoveHeader |
Remove a header by name.
(Inherited from MimeEntity) |
![]() | SetHeader(String, Byte) |
Set the value of a header using the raw value.
(Inherited from MimeEntity) |
![]() | SetHeader(String, String) |
Set the value of a header.
(Inherited from MimeEntity) |
![]() | ToString |
Return a String that represents the MimeEntity for debugging purposes.
(Inherited from MimeEntity) |
![]() | TryGetValue | Get the preferred message body if it exists. |
![]() | TryInit |
Tries to use the given object to initialize the appropriate property.
(Inherited from MimeEntity) |
![]() | WriteTo(Stream, CancellationToken) |
Write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
![]() | WriteTo(String, CancellationToken) |
Write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
![]() | WriteTo(FormatOptions, Stream, CancellationToken) |
Write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
![]() | WriteTo(FormatOptions, String, CancellationToken) |
Write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
![]() | WriteTo(Stream, Boolean, CancellationToken) |
Write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
![]() | WriteTo(String, Boolean, CancellationToken) |
Write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
![]() | WriteTo(FormatOptions, String, Boolean, CancellationToken) |
Write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
![]() | WriteTo(FormatOptions, Stream, Boolean, CancellationToken) |
Write the Multipart to the specified output stream.
(Overrides MimeEntityWriteTo(FormatOptions, Stream, Boolean, CancellationToken)) |
![]() | WriteToAsync(Stream, CancellationToken) |
Asynchronously write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
![]() | WriteToAsync(String, CancellationToken) |
Asynchronously write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
![]() | WriteToAsync(FormatOptions, Stream, CancellationToken) |
Asynchronously write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
![]() | WriteToAsync(FormatOptions, String, CancellationToken) |
Asynchronously write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
![]() | WriteToAsync(Stream, Boolean, CancellationToken) |
Asynchronously write the MimeEntity to the specified output stream.
(Inherited from MimeEntity) |
![]() | WriteToAsync(String, Boolean, CancellationToken) |
Asynchronously write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
![]() | WriteToAsync(FormatOptions, String, Boolean, CancellationToken) |
Asynchronously write the MimeEntity to the specified file.
(Inherited from MimeEntity) |
![]() | WriteToAsync(FormatOptions, Stream, Boolean, CancellationToken) |
Asynchronously write the Multipart to the specified output stream.
(Overrides MimeEntityWriteToAsync(FormatOptions, Stream, Boolean, CancellationToken)) |