I tried to use EWS managed api to update email item by adding a more than 10M attachment
item.update()
it take some time to update email body, but attachment updates failed because of timeout ?
my questions are
1. how to update a large attachment using EWS Item.update() ?
2. how to make the update as an atomic operation (body + attachment) ?
Thanks,
ys