PersonalStorageFileType

PersonalStorageFileType class

Defines Personal storage file formats that are used by email applications to store their various data including email messages, attachments, folders, address books etc. Includes the following file types: Ost, Pst, Learn more about Email formats here.

[Obsolete("This class will be removed in Conversion.NET 23.3. Please use EmailFileType and DatabaseFileType instead.")]
public sealed class PersonalStorageFileType : FileType

Properties

Name Description
Description { get; } File type description
Extension { get; } The file extension
Family { get; } The file family
FileFormat { get; } The file format

Methods

Name Description
CompareTo(object) Compares current object to other.
override Equals(Enumeration) Determines whether two object instances are equal.
override Equals(object) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.
override ToString() String representation

See Also