PstActivity Class
Represents an Activity item.
Inheritance Hierarchy

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

The PstActivity 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.
(Overrides PstItemGetAsMailMessage.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
(Inherited from PstItem.)
Public propertyMessageClass
Gets message class of the item.
(Inherited from PstItem.)
Public propertyPstFields
Gets the PST object fields collection.
(Overrides PstItemPstFields.)
Public propertyPstID
Gets the PST ID of this item.
(Overrides PstItemPstID.)
Public propertyPstType
Gets the PST type of this object.
(Overrides PstItemPstType.)
Top
Remarks
Use PstReader class to parse .PST files and extract data from them.
See Also