Class StorageProcessedEventArgs

StorageProcessedEventArgs class

Provides data for the StorageProcessed event

public class StorageProcessedEventArgs : EventArgs

Properties

NameDescription
Chunk { get; }Gets the pst that represents the chunk.
FileName { get; }Gets the name of the pst file, that represents the chunk.

See Also