Convenience constructor for Message.
Creates a message from a byte array. The full message including its body is parsed.
Overload List
Convenience constructor for Message.
Creates a message from a byte array. The full message including its body is parsed.
public Message(byte[])
Constructs a message from a byte array.
The headers are always parsed, but if parseBody is false, the body is not parsed.
public Message(byte[],bool)
See Also
Message Class | OpenPop.Mime Namespace