Click or drag to resize
MimeKit

Received Methods

The Received type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodStatic memberParse(Byte) Parse the specified input buffer into a new Received instance.
Public methodStatic memberParse(ParserOptions, Byte) Parse the specified input buffer into a new Received instance.
Public methodStatic memberParse(Byte, Int32, Int32) Parse the specified input buffer into a new Received instance.
Public methodStatic memberParse(ParserOptions, Byte, Int32, Int32) Parse the specified input buffer into a new Received instance.
Public methodToString Serializes the Received value to a string.
(Overrides ObjectToString)
Public methodToString(FormatOptions) Serializes the Received value to a string.
Public methodStatic memberTryParse(Byte, Received) Try to parse the given input buffer into a new Received instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Received) Try to parse the given input buffer into a new Received instance.
Public methodStatic memberTryParse(Byte, Int32, Int32, Received) Try to parse the given input buffer into a new Received instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Int32, Int32, Received) Try to parse the given input buffer into a new Received instance.
Top
See Also