public class StorageProcessedEventArgs
extends com.aspose.ms.System.EventArgs
Provides data for the PersonalStorage.StorageProcessedDelegate
event
Modifier and Type | Method and Description |
---|---|
PersonalStorage |
getChunk()
Gets the pst that represents the chunk.
|
String |
getFileName()
Gets the name of the pst file, that represents the chunk.
|
public final PersonalStorage getChunk()
Gets the pst that represents the chunk.
Value: The chunk.public final String getFileName()
Gets the name of the pst file, that represents the chunk.
Value: The name of the file.