Loads the MIME entity from the specified stream.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Sub Load ( _ input As Stream _ ) |
C# |
---|
public void Load( Stream input ) |
Parameters
- input
- Type: System.IO..::..Stream
The stream from which to read the entity.
Remarks
This method will close the stream when it is done.