Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Add missing names to WellKnownFolderName enum #527

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,51 @@ public enum WellKnownFolderName {
@RequiredServerVersion(version = ExchangeVersion.Exchange2010_SP1)
ArchiveRecoverableItemsPurges,

// The Sync Issues folder.
/**
* The Sync Issues.
*/
SyncIssues,

// The Conflicts folder.
/**
* The Conflicts.
*/
Conflicts,

// The Local Failures folder.
/**
* The Local Failures.
*/
LocalFailures,

// The Server Failures folder.
/**
* The Server Failures.
*/
ServerFailures,

// The Recipient Cache folder.
/**
* The Recipient Cache.
*/
RecipientCache,

// The Quick Contacts folder.
/**
* The Quick Contacts.
*/
QuickContacts,

// The Conversation History folder.
/**
* The Conversation History.
*/
ConversationHistory,

// The To Do Search folder.
/**
* The To Do Search.
*/
ToDoSearch
}