MsgStorage

Vue de l’ensemble

‘MsgStorage’ est une classe dans Aspose.Email FOSS pour .NET.

MsgStorage.Msg Storag crée un stockage avec le nom et la fonction spécifiées.

Description

‘MsgStorage’ est une classe dans la bibliothèque Aspose.Email FOSS pour .NET qui expose 4 méthodes et 8 propriétés pour l’utilisation programmée.

La classe fournit également la propriété « Streams » (qui contient une liste d’objets msgstream contenus dans le stockage), la « Storages » propriétés (qu’il contiendra une Liste des objets de stockages mgsm pour enfants au sein du stockager).

Les instances sont créées à travers un constructeur unique qui initialisera l’objet avec des valeurs par défaut.

Propriétés

NameTypeAccessDescription
NamestringRead/WriteGets or sets the storage’s name
RoleMsgStorageRoleRead/Write
Clsidbyte[]Read/WriteGets the class identifier byte array for the storage
StateBitsuintRead/WriteGets the state flag bits associated with the storage
CreationTimeulongRead/WriteGets the timestamp when the storage was created
ModifiedTimeulongRead/WriteGets the timestamp of the last modification to the storage
StreamsIList<MsgStream>ReadGets a list of MsgStream objects contained in the storage
StoragesIList<MsgStorage>ReadGets a list of child MsgStorage objects within the storage

méthodes

SignatureDescription
MsgStorage(name: string, role: MsgStorageRole)Creates a storage with the specified name and role
AddStream(stream: MsgStream)Adds the given MsgStream to this storage
AddStorage(storage: MsgStorage)Adds a child MsgStorage to this storage
FindStream(name: string)Returns the MsgStream with the specified name, or null if not found
FindStorage(name: string)Returns the child MsgStorage with the given name, or null if absent

Voir aussi

  • Aspose.Email pour .NET — Enterprise API Reference
 Français