MimeEntity.Load Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
Load(String)
Loads the MIME entity from the specified file.
Declaration
public void Load(string fileName)
Parameters
Type | Name | Description |
---|---|---|
String | fileName | The file from which to read the entity. |
Load(Stream)
Loads the MIME entity from the specified stream.
Declaration
public void Load(Stream input)
Parameters
Type | Name | Description |
---|---|---|
Stream | input | The stream from which to read the entity. |
Remarks
This method will close the stream when it is done.