File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
src/main/java/microsoft/exchange/webservices/data/core/enumeration/property Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -194,5 +194,52 @@ public enum WellKnownFolderName {
194
194
@ RequiredServerVersion (version = ExchangeVersion .Exchange2010_SP1 )
195
195
ArchiveRecoverableItemsPurges ,
196
196
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
197
244
198
245
}
You can’t perform that action at this time.
0 commit comments