MailBee.NET Objects 7.2

MailMessage.LoadMessage Method

Loads the message from a byte array, a stream, or a file.

Overload List

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);

See Also

MailMessage Class | MailBee.Mime Namespace | GetMessageRawData