AttachmentBase.Save Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Save(String)
Writes the content of the attachment or view into a supplied file.
Declaration
public void Save(string fileName)
Parameters
Type | Name | Description |
---|---|---|
String | fileName | Path to the file to write the content to. |
Save(Stream)
Writes the content of the attachment into the supplied stream.
Declaration
public void Save(Stream output)
Parameters
Type | Name | Description |
---|---|---|
Stream | output | Stream to write the content to. |