EWS: fix batch move

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2321 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2014-10-27 07:49:53 +00:00
parent 2a1f78ed52
commit dca0002271
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ public abstract class EWSMethod extends PostMethod {
}
protected void writeItemId(Writer writer) throws IOException {
if (itemId != null) {
if (itemId != null || itemIds != null) {
if (updates == null) {
writer.write("<m:ItemIds>");
}