MailKit Documentation
MailKit Documentation
API Reference
MimeKit
ContentDisposition Class
ContentDisposition Methods
Parse Method
Parse(Byte[]) Method
Parse(String) Method
Parse(Byte[], Int32) Method
Parse(ParserOptions, Byte[]) Method
Parse(ParserOptions, String) Method
Parse(Byte[], Int32, Int32) Method
Parse(ParserOptions, Byte[], Int32) Method
Parse(ParserOptions, Byte[], Int32, Int32) Method
Content
Disposition
Parse(
Byte
) Method
Parse the specified input buffer into a new instance of the
ContentDisposition
class.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
static
ContentDisposition
Parse
(
byte
[]
buffer
)
Parameters
buffer
Byte
The input buffer.
Return Value
ContentDisposition
The parsed
ContentDisposition
.
Exceptions
Exception
Condition
ArgumentNullException
buffer
is
null
.
ParseException
The
buffer
could not be parsed.
Remarks
Parses a Content-Disposition value from the supplied buffer.
See Also
Reference
ContentDisposition Class
Parse Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast