MailMessage.Load Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Load(Stream)
Loads a mail message from the supplied stream.
Declaration
public void Load(Stream input)
Parameters
Type | Name | Description |
---|---|---|
Stream | input | Stream to load the message from. |
Load(String)
Loads a mail message from the supplied file.
Declaration
public void Load(string fileName)
Parameters
Type | Name | Description |
---|---|---|
String | fileName | Path to the file to load the message from. |
Load(Byte[])
Loads a mail message from its byte array representation.
Declaration
public void Load(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | data | Byte array representation of the mail message. |