Browse Source

EWS: fix ErrorExceededFindCountLimit on FindFolder requests

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2310 3d1905a2-6b24-0410-a738-b14d5a86fcbd
master
mguessan 9 years ago
parent
commit
61dbe7129d
  1. 2
      src/java/davmail/exchange/ews/FindFolderMethod.java

2
src/java/davmail/exchange/ews/FindFolderMethod.java

@ -39,6 +39,8 @@ public class FindFolderMethod extends EWSMethod { @@ -39,6 +39,8 @@ public class FindFolderMethod extends EWSMethod {
this.baseShape = baseShape;
this.parentFolderId = parentFolderId;
this.additionalProperties = additionalProperties;
// force paging mode
this.maxCount = 10000;
}
/**

Loading…
Cancel
Save