MessageStoreProperties Property

Gets the MAPI properties of message store object. The message store contains the top-level PST settings and metadata that are required to access and manage the PST contents.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MapiPropertyCollection Properties { get; }

Property Value

Type: MapiPropertyCollection
The MapiProperty collection.
See Also