IMultipart |
public interface IMultipartAlternative : IMultipart, IMimeEntity, IDisposable, ICollection<MimeEntity>, IEnumerable<MimeEntity>, IEnumerable, IList<MimeEntity>
The IMultipartAlternative type exposes the following members.
| Name | Description | |
|---|---|---|
| Boundary |
Get or set the boundary.
(Inherited from IMultipart) | |
| ContentBase |
Get or set the base content URI.
(Inherited from IMimeEntity) | |
| ContentDisposition |
Get or set the content disposition.
(Inherited from IMimeEntity) | |
| ContentId |
Get or set the Content-Id.
(Inherited from IMimeEntity) | |
| ContentLocation |
Get or set the content location.
(Inherited from IMimeEntity) | |
| ContentType |
Get the type of the content.
(Inherited from IMimeEntity) | |
| Count | (Inherited from ICollectionMimeEntity) | |
| Epilogue |
Get or set the epilogue.
(Inherited from IMultipart) | |
| Headers |
Get the list of headers.
(Inherited from IMimeEntity) | |
| HtmlBody | Get the HTML-formatted text of the text/html alternative. | |
| IsAttachment |
Get a value indicating whether this entity is an attachment.
(Inherited from IMimeEntity) | |
| IsReadOnly | (Inherited from ICollectionMimeEntity) | |
| Item | (Inherited from IListMimeEntity) | |
| Preamble |
Get or set the preamble.
(Inherited from IMultipart) | |
| TextBody | Get the text of the text/plain alternative. |
| 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 | (Inherited from ICollectionMimeEntity) | |
| CopyTo | (Inherited from ICollectionMimeEntity) | |
| Dispose | (Inherited from IDisposable) | |
| GetEnumerator | (Inherited from IEnumerableMimeEntity) | |
| GetTextBody | Get the text body in the specified format. | |
| IndexOf | (Inherited from IListMimeEntity) | |
| Insert | (Inherited from IListMimeEntity) | |
| 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) |