MsgStorage

Overview

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

Constructors

SignatureDescription
MsgStorage(name: string, role: MsgStorageRole)Creates a new MsgStorage with the specified parameters.

Methods

SignatureDescription
AddStream(stream: MsgStream)
AddStorage(storage: MsgStorage)
FindStream(name: string)
FindStorage(name: string)

Properties

NameTypeAccessDescription
Namestringread
RoleMsgStorageRoleread
Clsidbyte[]read
StateBitsuintread
CreationTimeulongread
ModifiedTimeulongread
StreamsIList<MsgStream>read
StoragesIList<MsgStorage>read

See Also