MapiAttachment.SaveToTnef
SaveToTnef(string)
Save attachment to tnef content.
public void SaveToTnef(string filename)
| Parameter | Type | Description |
|---|---|---|
| filename | String | The file name to save. |
See Also
- class MapiAttachment
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
SaveToTnef(Stream)
Save attachment to tnef content.
public void SaveToTnef(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The stream to save. |
See Also
- class MapiAttachment
- namespace Aspose.Email.Mapi
- assembly Aspose.Email