[This is preliminary documentation and subject to change.]
Initializes a new instance of the SharpMimeHeader class from a Stream
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);
SharpMimeHeader Class | anmar.SharpMimeTools Namespace