![]() | MessagePartial Class |
Namespace: MimeKit
public class MessagePartial : MimePart
The MessagePartial type exposes the following members.
Name | Description | |
---|---|---|
![]() | MessagePartial(MimeEntityConstructorArgs) |
Initialize a new instance of the MessagePartial class.
|
![]() | MessagePartial(String, Int32, Int32) |
Initialize a new instance of the MessagePartial class.
|
Name | Description | |
---|---|---|
![]() ![]() | Content |
Gets or sets the MIME content.
(Inherited from MimePart.) |
![]() | ContentBase |
Gets or sets the base content URI.
(Inherited from MimeEntity.) |
![]() | ContentDescription |
Gets or sets the description of the content if available.
(Inherited from MimePart.) |
![]() | ContentDisposition |
Gets or sets the content disposition.
(Inherited from MimeEntity.) |
![]() | ContentDuration |
Gets or sets the duration of the content if available.
(Inherited from MimePart.) |
![]() | ContentId |
Gets or sets the content identifier.
(Inherited from MimeEntity.) |
![]() | ContentLocation |
Gets or sets the content location.
(Inherited from MimeEntity.) |
![]() | ContentMd5 |
Gets or sets the md5sum of the content.
(Inherited from MimePart.) |
![]() | ContentTransferEncoding |
Gets or sets the content transfer encoding.
(Inherited from MimePart.) |
![]() | ContentType |
Gets the type of the content.
(Inherited from MimeEntity.) |
![]() ![]() | FileName |
Gets or sets the name of the file.
(Inherited from MimePart.) |
![]() | Headers |
Gets the list of headers.
(Inherited from MimeEntity.) |
![]() | Id |
Gets the "id" parameter of the Content-Type header.
|
![]() | IsAttachment |
Gets a value indicating whether this MimePart is an attachment.
(Inherited from MimeEntity.) |
![]() | Number |
Gets the "number" parameter of the Content-Type header.
|
![]() | Total |
Gets the "total" parameter of the Content-Type header.
|
Name | Description | |
---|---|---|
![]() | Accept |
Dispatches to the specific visit method for this MIME entity.
(Overrides MimePartAccept(MimeVisitor).) |
![]() | ComputeContentMd5 |
Computes the MD5 checksum of the content.
(Inherited from MimePart.) |
![]() | Dispose |
Releases all resources used by the MimeEntity object.
(Inherited from MimeEntity.) |
![]() | Dispose(Boolean) |
Releases the unmanaged resources used by the MimePart and
optionally releases the managed resources.
(Inherited from MimePart.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Releases unmanaged resources and performs other cleanup operations before the
MimeEntity is reclaimed by garbage collection.
(Inherited from MimeEntity.) |
![]() | GetBestEncoding(EncodingConstraint, CancellationToken) |
Calculates the most efficient content encoding given the specified constraint.
(Inherited from MimePart.) |
![]() | GetBestEncoding(EncodingConstraint, Int32, CancellationToken) |
Calculates the most efficient content encoding given the specified constraint.
(Inherited from MimePart.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Join(MimeMessage, IEnumerableMessagePartial) |
Joins the specified message/partial parts into the complete message.
|
![]() ![]() | Join(ParserOptions, MimeMessage, IEnumerableMessagePartial) |
Joins the specified message/partial parts into the complete message.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnHeadersChanged |
Called when the headers change in some way.
(Inherited from MimePart.) |
![]() | Prepare |
Prepare the MIME entity for transport using the specified encoding constraints.
(Inherited from MimePart.) |
![]() | 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.) |
![]() ![]() | Split |
Splits the specified message into multiple messages.
|
![]() | ToString |
Returns a String that represents the MimeEntity for debugging purposes.
(Inherited from MimeEntity.) |
![]() | TryInit |
Tries to use the given object to initialize the appropriate property.
(Inherited from MimeEntity.) |
![]() | VerifyContentMd5 |
Verifies the Content-Md5 value against an independently computed md5sum.
(Inherited from MimePart.) |
![]() | 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 MimePart to the specified output stream.
(Inherited from MimePart.) |
![]() | 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 MimePart to the specified output stream.
(Inherited from MimePart.) |
The "message/partial" MIME-type is used to split large messages into multiple parts, typically to work around transport systems that have size limitations (for example, some SMTP servers limit have a maximum message size that they will accept).