MapiAttachment.LoadFromTnef
LoadFromTnef(string)
Load MapiAttachment from file with tnef content.
public static MapiAttachment LoadFromTnef(string fileName)
| Parameter | Type | Description |
|---|---|---|
| fileName | String | Source file path. |
Return Value
MapiAttachment
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | If fileName is null. |
See Also
- class MapiAttachment
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
LoadFromTnef(Stream)
Load MapiAttachment from stream with tnef content.
public static MapiAttachment LoadFromTnef(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | Source stream |
Return Value
MapiAttachment
See Also
- class MapiAttachment
- namespace Aspose.Email.Mapi
- assembly Aspose.Email