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
Syntaxpublic MapiPropertyCollection Properties { get; }
Public ReadOnly Property Properties As MapiPropertyCollection
Get
public:
property MapiPropertyCollection^ Properties {
MapiPropertyCollection^ get ();
}
member Properties : MapiPropertyCollection with get
Property Value
Type:
MapiPropertyCollectionThe
MapiProperty collection.
See Also