mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-13 12:55:06 -05:00
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:
parent
2a1f78ed52
commit
dca0002271
@ -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>");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user