Click or drag to resize

FolderHierarchy Enumeration

FolderHierarchy namespace of the ActiveSync protocol

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum FolderHierarchy
Members
  Member nameValueDescription
DisplayName7 Specifies the name of the folder that is shown to the user.
ServerId8 Identifies a folder on a server.
ParentId9 Specifies the server ID of the parent folder of the folder on the server
Type10 Specifies the type of the folder to be created.
Status12 Indicates the reason for the failure of a command request.
Changes14 Contains changes to the folder hierarchy.
Add15 Creates a new folder on the client
Delete16 Specifies that a folder on the server was deleted since the last folder synchronization.
Update17 Identifies a folder on the server that has been updated (renamed or moved).
SyncKey18 It is used by the server to track the current state of the client.
FolderCreate19 The FolderCreate element is a required element in FolderCreate command requests and FolderCreate command responses that identifies the body of the HTTP POST as containing a FolderCreate command (section 2.2.2.2).
FolderDelete20 The FolderDelete element is a required element in FolderDelete command requests and FolderDelete command responses that identifies the body of the HTTP POST as containing a FolderDelete command (section 2.2.2.3).
FolderUpdate21 The FolderUpdate element is a required element in FolderUpdate command requests and FolderUpdate command responses that identifies the body of the HTTP POST as containing a FolderUpdate command (section 2.2.2.5).
FolderSync22 The FolderSync element is a required element in FolderSync command requests and FolderSync command responses that identifies the body of the HTTP POST as containing a FolderSync command (section 2.2.2.4).
Count23 Specifies the number of added, deleted, and updated folders on the server since the last folder synchronization.
See Also