Skip to content

Commit

Permalink
update knownfoldernames based on OfficeDev#527
Browse files Browse the repository at this point in the history
  • Loading branch information
JoGir committed Sep 14, 2017
1 parent 7f399d3 commit d622aa6
Showing 1 changed file with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,52 @@ 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

}

0 comments on commit d622aa6

Please sign in to comment.