
Adds new method that returns the total number of message items contained in a PST file.
Features
- Added 'GetTotalItemsCount()' method to 'PersonalStorage.Store' property. It returns the total number of message items contained in a PST file.
- A new 'RssFeeds' value has been added to 'StandardIpmFolder' enum.
- Added 'ProductIdentifier' property to 'MapiCalendarIcsSaveOptions' class. This property specifies the identifier for the product that created the iCalendar object.
- Added the ability to extract messages from OLM and MBOX by identifiers.
- New API members in OLM implementation:
- Added 'EntryId' property to 'OlmMessageInfo' class.
- Added overloaded 'ExtractMapiMessage(String id)' method to 'OlmStorage' class.
- New API members in MBOX implementation:
- Added 'MboxMessageInfo' class with the 'EntryId' property.
- Added 'EnumerateMessageInfo()' method to 'MboxStorageReader' class.
- Added 'ExtractMessage(String id)' method to 'MboxStorageReader 'class.
- New API members in OLM implementation:
- Added new 'IsInline' property to MapiAttachment::get_IsInline(). This gets a value indicating whether the attachment is inline or regular.