Loads the message from a byte array, a stream, or a file.
Loads the message from a byte array.
public bool LoadMessage(byte[]);
Loads the message from a stream.
public bool LoadMessage(Stream);
Loads the message from the specified file.
public bool LoadMessage(string);
MailMessage Class | MailBee.Mime Namespace | GetMessageRawData