FolderSyncResult Class

Contains changes to the folder hierarchy.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerFolderSyncResult

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class FolderSyncResult

The FolderSyncResult type exposes the following members.

Constructors
  NameDescription
Public methodFolderSyncResult
Initializes a new instance of the FolderSyncResult class.
Properties
  NameDescription
Public propertyAdded
Contains array of added folders.
Public propertyDeleted
Contains array of deleted folders.
Public propertyUpdated
Contains array of modified folders.
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
Returns a string that represents the current object.
(Overrides ObjectToString.)
See Also