MailBee.NET Objects 7.2

PstItem Class

Represents a PST item of unknown type.

For a list of all members of this type, see PstItem Members.

System.Object
   MailBee.Outlook.PstItem
      Derived types

public class PstItem

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: MailBee.Outlook

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

PstItem Members | MailBee.Outlook Namespace