PersonalStorageStore Property

Gets the PST message store.

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

Property Value

Type: MessageStore
The MessageStore which is the rough equivalent of the top of a Mailbox.
See Also