MsgAttachment.Save Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 8.0.9673)
Save(String)
Saves the attachment to a file.
Declaration
public void Save(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path | Path where to save the attachment. |
Save(Stream)
Saves the attachment to the supplied stream.
Declaration
public void Save(Stream output)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | output | Stream to save the attachment to. |