MsgStream

Overview

MsgStream is a class in Aspose.Email for NET.

MsgStream.MsgStream creates a new stream with a name and optional binary data.

Properties

NameTypeAccessDescription
NamestringRead/WriteGets or sets the stream’s identifier string
Databyte[]Read/WriteGets or sets the raw byte array content of the stream
Clsidbyte[]Read/WriteGets or sets the CLSID bytes associated with the stream
StateBitsuintRead/WriteGets or sets a 32‑bit flag field describing stream state
CreationTimeulongRead/WriteGets or sets the file‑time when the stream was created
ModifiedTimeulongRead/WriteGets or sets the file‑time when the stream was last modified

Methods

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