Click or drag to resize
MimeKit

ContentDispositionTryParse Method

Overload List
 NameDescription
Public methodStatic memberTryParse(Byte, ContentDisposition) Try to parse the given input buffer into a new ContentDisposition instance.
Public methodStatic memberTryParse(String, ContentDisposition) Try to parse the given text into a new ContentDisposition instance.
Public methodStatic memberTryParse(Byte, Int32, ContentDisposition) Try to parse the given input buffer into a new ContentDisposition instance.
Public methodStatic memberTryParse(ParserOptions, Byte, ContentDisposition) Try to parse the given input buffer into a new ContentDisposition instance.
Public methodStatic memberTryParse(ParserOptions, String, ContentDisposition) Try to parse the given text into a new ContentDisposition instance.
Public methodStatic memberTryParse(Byte, Int32, Int32, ContentDisposition) Try to parse the given input buffer into a new ContentDisposition instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Int32, ContentDisposition) Try to parse the given input buffer into a new ContentDisposition instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Int32, Int32, ContentDisposition) Try to parse the given input buffer into a new ContentDisposition instance.
Top
See Also