MapiAttachment

MapiAttachment

Overview

MapiAttachment is a class in Aspose.Email FOSS for .NET.

Methods

SignatureDescription
FromBytes(filename: string, data: byte[], mimeType: string?, contentId: string?)
FromStream(filename: string, stream: Stream, mimeType: string?, contentId: string?)
LoadData(stream: Stream)
OpenRead()

Properties

NameTypeAccessDescription
Filenamestring?read
Databyte[]read
MimeTypestring?read
ContentIdstring?read
EmbeddedMessageMapiMessage?read
PropertiesMapiPropertyCollectionread
IsEmbeddedMessageboolread
IsStorageAttachmentboolread

See Also