MimeEntity.Save Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9313)
Save(String)
Saves the MIME entity to the specified file.
Declaration
public void Save(string fileName)Parameters
| Type | Name | Description | 
|---|---|---|
| String | fileName | The file to which to save the entity. | 
Save(Stream)
Saves the MIME entity to the specified stream.
Declaration
public void Save(Stream output)Parameters
| Type | Name | Description | 
|---|---|---|
| Stream | output | The stream to which to save the entity. |