java - EWS Can't load inline attachment greater than 5 MB -
i using ews 2.0 java api. while trying load inline attachment, more 5 mb, api throws error "the attachment not opened". able load , process inline attachments less 5 mb.
can please help?
microsoft.exchange.webservices.data.core.exception.service.remote.serviceresponseexception: attachment not opened. @ microsoft.exchange.webservices.data.core.response.serviceresponse.internalthrowifnecessary(serviceresponse.java:278) @ microsoft.exchange.webservices.data.core.response.serviceresponse.throwifnecessary(serviceresponse.java:267) @ microsoft.exchange.webservices.data.core.request.multiresponseservicerequest.execute(multiresponseservicerequest.java:165) @ microsoft.exchange.webservices.data.core.exchangeservice.internalgetattachments(exchangeservice.java:1503) @ microsoft.exchange.webservices.data.core.exchangeservice.getattachment(exchangeservice.java:1538) @ microsoft.exchange.webservices.data.property.complex.attachment.internalload(attachment.java:411) @ microsoft.exchange.webservices.data.property.complex.attachment.load(attachment.java:430)
Comments
Post a Comment