OlmStorage.GetTotalItemsCount

Hello,
May I request a GetTotalItemsCount property to be added to OlmStorage to reflect the whole items count in all OLM folders?
Thanks

@australian.dev.nerds

We have logged this requirement in our issue tracking system as EMAILNET-40797. We will inform you once there is an update available on it.

1 Like

Hello,

  1. Sorry that didn’t submit this earlier: I guess it’s very wise for FileFormatUtil.DetectFileFormat to support file formats that your SDK supports, one is still not in the list: .NSF
    Any chance to see it here:
    Enum FileFormatType | Aspose.Email for .NET API Reference

  2. What about NotesStorageFacility.GetTotalItemsCount?

  3. I was curious when loading NSF files, does setting NsfLoadOptions has any effect?
    It seems pretty blank:
    Class NsfLoadOptions | Aspose.Email for .NET API Reference
    Thanks :slight_smile:

@australian.dev.nerds

We have logged this requirement in our issue tracking system as EMAILNET-40799. You will be informed once there is an update available on it.

1 Like

Hello, any news on the case? :slight_smile:

@australian.dev.nerds

We haven’t looked into it yet, thanks for your patience.

1 Like

Hello and thanks,
#1 added, lovely :slight_smile:

#2 NotesStorageFacility.GetTotalItemsCount
and TgzReader.GetTotalItemsCount remains

I’m sure TgzReader.GetTotalItemsCount is the easiest of two, since it’s just a tar.gz format which you fully support in Aspose Zip

Anyway, about the query #3, am I right that using NsfLoadOptions is useless and loading nsf with or without it will have the same results? Although no idea about the common Encoding , PreserveEmbeddedMessageFormat , PreserveSignature LoadOptions here!

@australian.dev.nerds,

yes, it seems that using NsfLoadOptions when loading an NSF file would not have any effect on the results.

1 Like

Hello,
Just checking if:
NotesStorageFacility.GetTotalItemsCount
and
TgzReader.GetTotalItemsCount
will be added any time soon, or in 22.5?

For NotesStorageFacility.GetTotalItemsCount:

@australian.dev.nerds,

As for TgzReader.GetTotalItemsCount, it is planned for 23.5.
NotesStorageFacility.GetTotalItemsCount is not planned yet.