Overview
MapiAttachment is a class in Aspose.Email FOSS for .NET.
Methods
| Signature | Description |
|---|
FromBytes(filename: string, data: byte[], mimeType: string?, contentId: string?) | |
FromStream(filename: string, stream: Stream, mimeType: string?, contentId: string?) | |
LoadData(stream: Stream) | |
OpenRead() | |
Properties
| Name | Type | Access | Description |
|---|
Filename | string? | read | |
Data | byte[] | read | |
MimeType | string? | read | |
ContentId | string? | read | |
EmbeddedMessage | MapiMessage? | read | |
Properties | MapiPropertyCollection | read | |
IsEmbeddedMessage | bool | read | |
IsStorageAttachment | bool | read | |
See Also