![]() | ContentDisposition Class |
Namespace: MimeKit
public class ContentDisposition
The ContentDisposition type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentDisposition |
Initialize a new instance of the ContentDisposition class.
|
![]() | ContentDisposition(String) |
Initialize a new instance of the ContentDisposition class.
|
Name | Description | |
---|---|---|
![]() | CreationDate |
Get or set the creation-date parameter.
|
![]() | Disposition |
Get or set the disposition.
|
![]() ![]() | FileName |
Get or set the name of the file.
|
![]() | IsAttachment |
Get or set a value indicating whether the MimePart is an attachment.
|
![]() | ModificationDate |
Get or set the modification-date parameter.
|
![]() ![]() | Parameters |
Get the list of parameters on the ContentDisposition.
|
![]() | ReadDate |
Get or set the read-date parameter.
|
![]() | Size |
Get or set the size parameter.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Parse(Byte) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
![]() ![]() | Parse(String) |
Parse the specified text into a new instance of the ContentDisposition class.
|
![]() ![]() | Parse(Byte, Int32) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
![]() ![]() | Parse(ParserOptions, Byte) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
![]() ![]() | Parse(ParserOptions, String) |
Parse the specified text into a new instance of the ContentDisposition class.
|
![]() ![]() | Parse(Byte, Int32, Int32) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
![]() ![]() | Parse(ParserOptions, Byte, Int32) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
![]() ![]() | Parse(ParserOptions, Byte, Int32, Int32) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
![]() | ToString |
Serialize the ContentDisposition to a string.
(Overrides ObjectToString.) |
![]() | ToString(Boolean) |
Serialize the ContentDisposition to a string, optionally encoding the parameters.
|
![]() | ToString(Encoding, Boolean) |
Serialize the ContentDisposition to a string, optionally encoding the parameters.
|
![]() | ToString(FormatOptions, Encoding, Boolean) |
Serialize the ContentDisposition to a string, optionally encoding the parameters.
|
![]() ![]() | TryParse(Byte, ContentDisposition) |
Try to parse the given input buffer into a new ContentDisposition instance.
|
![]() ![]() | TryParse(String, ContentDisposition) |
Try to parse the given text into a new ContentDisposition instance.
|
![]() ![]() | TryParse(Byte, Int32, ContentDisposition) |
Try to parse the given input buffer into a new ContentDisposition instance.
|
![]() ![]() | TryParse(ParserOptions, Byte, ContentDisposition) |
Try to parse the given input buffer into a new ContentDisposition instance.
|
![]() ![]() | TryParse(ParserOptions, String, ContentDisposition) |
Try to parse the given text into a new ContentDisposition instance.
|
![]() ![]() | TryParse(Byte, Int32, Int32, ContentDisposition) |
Try to parse the given input buffer into a new ContentDisposition instance.
|
![]() ![]() | TryParse(ParserOptions, Byte, Int32, ContentDisposition) |
Try to parse the given input buffer into a new ContentDisposition instance.
|
![]() ![]() | TryParse(ParserOptions, Byte, Int32, Int32, ContentDisposition) |
Try to parse the given input buffer into a new ContentDisposition instance.
|
Name | Description | |
---|---|---|
![]() ![]() | Attachment |
The attachment disposition.
|
![]() ![]() | FormData |
The form-data disposition.
|
![]() ![]() | Inline |
The inline disposition.
|