public class PersonalStorageFileType extends FileType implements Serializable
Modifier and Type | Field and Description |
---|---|
static PersonalStorageFileType |
Nsf
A file with .nsf (Notes Storage Facility) extension is a database file format used by the IBM Notes software, which was previously known as Lotus Notes.
|
static PersonalStorageFileType |
Ost
OST or Offline Storage Files represent user's mailbox data in offline mode on local machine upon registration with Exchange Server using Microsoft Outlook.
|
static PersonalStorageFileType |
Pst
Files with .PST extension represent Outlook Personal Storage Files (also called Personal Storage Table) that store variety of user information.
|
Constructor and Description |
---|
PersonalStorageFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getConvertOptions, getDescription, getExtension, getFamily, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final PersonalStorageFileType Pst
public static final PersonalStorageFileType Ost
public static final PersonalStorageFileType Nsf
public PersonalStorageFileType()
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType
Copyright © 2022. All rights reserved.