SharpMimeTools Documented Class Library

SharpMimeHeader Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SharpMimeHeader class from a Stream

Overload List

public SharpMimeHeader(byte[]);

Initializes a new instance of the SharpMimeHeader class from a Stream

public SharpMimeHeader(Stream);

Initializes a new instance of the SharpMimeHeader class from a Stream starting from the specified point

public SharpMimeHeader(Stream,long);

See Also

SharpMimeHeader Class | anmar.SharpMimeTools Namespace