PersonalStorageStore Property |
Gets the PST message store.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MessageStore Store { get; }
Public ReadOnly Property Store As MessageStore
Get
public:
property MessageStore^ Store {
MessageStore^ get ();
}
member Store : MessageStore with get
Property Value
Type:
MessageStore
The
MessageStore which
is the rough equivalent of the top of a Mailbox.
See Also