PstItem Class
Represents a PST item of unknown type.
Inheritance Hierarchy
SystemObject
  MailBee.OutlookPstItem
    More...

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public class PstItem

The PstItem type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAsMailMessage
Gets this PST object as MailMessage object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberMakeStringSafeForFileName
Replaces all those characters in the supplied string which cannot be used in filenames, with "_" symbols.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyKeywords
Gets ";"-separated list of keywords associated with this item.
Public propertyMessageClass
Gets message class of the item.
Public propertyPstFields
Gets PST object fields collection.
Public propertyPstID
Gets the PST ID of this item.
Public propertyPstType
Gets the PST type of this object.
Top
Remarks
.PST files files can contain PST object of different types. Well-defined types (like PstContact) are listed in PstItemType enumeration. For them, MailBee defines classes derived from PstItem. If it encounters an item which does not correspond to any of the predefined types, such item will have PstItem type.
See Also
Inheritance Hierarchy