PstAppointment Class
Represents an Appointment 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 PstAppointment : PstMessage

The PstAppointment 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 PstMessageGetAsMailMessage.)
Public methodGetAsMailMessage(Boolean)
Gets this PST object as MailMessage object with or without "X-Msg" headers.
(Inherited from PstMessage.)
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 PST object fields collection.
(Overrides PstMessagePstFields.)
Public propertyPstID
Gets the PST ID of this item.
(Overrides PstMessagePstID.)
Public propertyPstType
Gets the PST type of this object.
(Overrides PstMessagePstType.)
Public propertyRtfInEmlMethod
Gets or sets whether RTF text body should be converted into attachment or body part of .EML message.
(Inherited from PstMessage.)
Top
Remarks
Use PstReader class to parse .PST files and extract data from them.
See Also