ExchangeItem Class

Exchange item
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActivityExchangeItem

Namespace:  Aspose.Email.Clients.Activity
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ExchangeItem

The ExchangeItem type exposes the following members.

Constructors
  NameDescription
Public methodExchangeItem
Initializes a new instance of the ExchangeItem class
Properties
  NameDescription
Public propertyAttachments
A list of the names and file size of all items that are attached to the message.
Public propertyId
The store ID.
Public propertyParentFolder
The name of the folder where the item is located.
Public propertySubject
The subject line of the message that was accessed.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also