MsgStream

Overview

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

MsgStream.MsgStream initializes a new stream with a name and optional data bytes.

Description

MsgStream is a class in the Aspose.Email FOSS library for .NET that exposes 0 methods and 6 properties for programmatic use.

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
NamestringRead/WriteGets or sets the stream’s identifier string
Databyte[]Read/WriteHolds the raw byte content of the stream
Clsidbyte[]Read/WriteStores the CLSID bytes associated with the stream
StateBitsuintRead/WriteContains a 32‑bit flag field describing stream state
CreationTimeulongRead/WriteRecords the stream’s creation timestamp as a 64‑bit value
ModifiedTimeulongRead/WriteRecords the last modification timestamp as a 64‑bit value

Methods

SignatureDescription
MsgStream(name: string, data: byte[]?)Initializes a new stream with a name and optional data bytes

See Also