Skip to content

Commit d622aa6

Browse files
committed
update knownfoldernames based on OfficeDev#527
1 parent 7f399d3 commit d622aa6

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

src/main/java/microsoft/exchange/webservices/data/core/enumeration/property/WellKnownFolderName.java

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,52 @@ public enum WellKnownFolderName {
194194
@RequiredServerVersion(version = ExchangeVersion.Exchange2010_SP1)
195195
ArchiveRecoverableItemsPurges,
196196

197+
// The Sync Issues folder.
198+
/**
199+
* The Sync Issues.
200+
*/
201+
SyncIssues,
202+
203+
// The Conflicts folder.
204+
/**
205+
* The Conflicts.
206+
*/
207+
Conflicts,
208+
209+
// The Local Failures folder.
210+
/**
211+
* The Local Failures.
212+
*/
213+
LocalFailures,
214+
215+
// The Server Failures folder.
216+
/**
217+
* The Server Failures.
218+
*/
219+
ServerFailures,
220+
221+
// The Recipient Cache folder.
222+
/**
223+
* The Recipient Cache.
224+
*/
225+
RecipientCache,
226+
227+
// The Quick Contacts folder.
228+
/**
229+
* The Quick Contacts.
230+
*/
231+
QuickContacts,
232+
233+
// The Conversation History folder.
234+
/**
235+
* The Conversation History.
236+
*/
237+
ConversationHistory,
238+
239+
// The To Do Search folder.
240+
/**
241+
* The To Do Search.
242+
*/
243+
ToDoSearch
197244

198245
}

0 commit comments

Comments
 (0)