MsgMessage.Load Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9119)
Load(String)
Loads an Outlook .MSG 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(Stream)
Loads an Outlook .MSG mail message from the supplied stream.
Declaration
public void Load(Stream input)
Parameters
Type | Name | Description |
---|---|---|
Stream | input | Stream to load the message from. |