Initializes a new message/feedback-report part.
ReadonlyheadersThe headers belonging to this MIME entity.
ReadonlycontentThe entity's Content-Type value.
Protected ReadonlylazyThe MIME content for this part.
Gets the feedback report fields.
Gets the feedback report fields.
C#: internal IsDisposed (exposed publicly; upstream tests read it via InternalsVisibleTo).
Gets or sets the Content-Disposition header value.
Sets the absolute Content-Base URI.
Sets the Content-Location URI.
Sets the Content-Id header value.
Gets or sets whether this entity is marked as an attachment.
Setting this updates the Content-Disposition disposition between
attachment and inline.
Sets whether this entity is marked as an attachment.
Sets the Content-Description header value.
Sets the Content-Duration value in seconds.
Sets the Content-MD5 checksum value.
Gets or sets the Content-Transfer-Encoding value.
Gets or sets the file name from Content-Disposition or Content-Type.
Sets the file name in Content-Disposition and Content-Type.
Dispatches to the visitor method for feedback report parts.
The visitor.
Serializes the MIME entity to a string.
The serialized MIME entity.
ProtectedcheckProtectedtryProtectedremoveProtectedsetProtectedsetStaticloadC#: MimeEntity.Load. Parses a MIME entity from a stream (or byte buffer), or — given an explicit Content-Type — from a bare content stream (the HttpWebResponse use-case, where headers are parsed separately). Parse errors are returned as an Err (C#: FormatException) per the port's Result convention.
Optionalpersistent: booleanOptionaloptions: ParserOptionsC#: MimeEntity.Load. Parses a MIME entity from a stream (or byte buffer), or — given an explicit Content-Type — from a bare content stream (the HttpWebResponse use-case, where headers are parsed separately). Parse errors are returned as an Err (C#: FormatException) per the port's Result convention.
Optionaloptions: ParserOptionsC#: MimeEntity.Load. Parses a MIME entity from a stream (or byte buffer), or — given an explicit Content-Type — from a bare content stream (the HttpWebResponse use-case, where headers are parsed separately). Parse errors are returned as an Err (C#: FormatException) per the port's Result convention.
Optionaloptions: ParserOptionsCalculates the best content-transfer-encoding for this part.
The encoding constraint.
The maximum line length.
The best content-transfer-encoding.
Verifies the Content-MD5 checksum against the decoded content.
true if the checksum matches; otherwise false.
Writes the MIME part to a stream.
Formatting options.
The destination stream.
Writes the MIME part to a stream.
Formatting options.
The destination stream.
Whether to omit the part headers.
ProtectedonReleases the content and base entity resources.
A message/feedback-report MIME part.
Feedback reports are machine-readable reports describing message feedback such as abuse reports.