mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-21 23:18:49 -05:00
EWS: fix ErrorExceededFindCountLimit on FindFolder requests
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2310 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
e3dec22920
commit
61dbe7129d
@ -39,6 +39,8 @@ public class FindFolderMethod extends EWSMethod {
|
|||||||
this.baseShape = baseShape;
|
this.baseShape = baseShape;
|
||||||
this.parentFolderId = parentFolderId;
|
this.parentFolderId = parentFolderId;
|
||||||
this.additionalProperties = additionalProperties;
|
this.additionalProperties = additionalProperties;
|
||||||
|
// force paging mode
|
||||||
|
this.maxCount = 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user