ExchangeFolder Class

Exchange folder
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActivityExchangeFolder

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

The ExchangeFolder type exposes the following members.

Constructors
  NameDescription
Public methodExchangeFolder
Initializes a new instance of the ExchangeFolder class
Properties
  NameDescription
Public propertyId
The store ID of the folder object.
Public propertyPath
The name of the mailbox folder where the message that was accessed is located.
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