ewsjavaapi Questions

2

Solved

I am using EWSJavaAPI 1.1.5 to connect to Exchange Server 2010. Everything was working fine until today while trying to connect to the server, I am getting the following exception: microsoft.exch...
Coparcener asked 9/1, 2013 at 12:23

2

Solved

I am using EWS Java API 1.1.5. I am trying to get the email sender as follows: ItemView view = new ItemView(10); FindItemsResults<Item> findResults = service.findItems( WellKnownFolderName....
Marguerita asked 5/11, 2012 at 11:49

1

Solved

I am drafting email in custom folder. EmailMessage msg= new EmailMessage(service); msg.setSubject("Hello world!"); msg.setBody(MessageBody.getMessageBodyFromText("Draft email using the EWS Java AP...
Khanate asked 24/7, 2018 at 14:28

5

Solved

I am writing a Java application to download emails using Exchange Web Services. I am using Microsoft's ewsjava API for doing this. I am able to fetch email headers. But, I am not able to download ...
Eastereasterday asked 5/7, 2011 at 16:41

0

I would like to know what the error messages MSG_TYPE1_GENERATED and MSG_TYPE3_GENERATED (from httpClient/NTLMScheme.State enum) signify to help debug an issue we are having. Can someone please pro...
Dipteran asked 29/3, 2017 at 10:22

1

I am using the Microsoft EWS Java API to create and accept appointments on behalf of some users. The way I am doing this is by sending the meeting request and then setting up inbox watchers on the ...
Libava asked 7/1, 2016 at 19:49

1

Solved

I'm using the Java EWS library and try to reply to some messages. The main question is - how to find EmailMessage in folder or in mailbox if I only know value of "Message-ID" header of my message. ...
Edi asked 30/10, 2015 at 11:44

4

Solved

I work on a project where I use the EWS Java Api to connect to an MS Exchange Server. To resolve my dependencies I use Maven. My Problem is that I have to connect to an Exchange Server 2010 SP2 whi...
Heterophony asked 24/10, 2013 at 12:49

1

Solved

I am using the Java EWS library to search for appointments in a user's calendar by iCalUid (example iCalUid I have: 040000008200E00074C5B7101A82E00800000000F66E2C0D59A9D001000000000000000010000000F...

2

Solved

I try to write a Java application that access an Exchange Web Services in order to read emails. Thus, I use the Exchange Web Services (EWS) Java API provided by Microsoft. I already had several is...
Ashkhabad asked 5/2, 2013 at 8:9

2

I'm having some issues trying to use exchange webservices for java. I'm getting following NoSuchMethodError. java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/client/protocol...
Sequacious asked 25/3, 2015 at 19:55

3

I am trying to use the EWS Java API v1.1.5 (http://archive.msdn.microsoft.com/ewsjavaapi) in an Android application, and have run into a number of issues. I downloaded the source, and followed the ...

1

I'm working with the EWS Java API 1.2 in an Android application. Logging in with username/password WebCredentials is working fine using something like this: ExchangeService service = new ExchangeS...

1

i am trying to detect new emails in inbox using subscribeToPullNotifications as follows: PullSubscription subscription = service.subscribeToPullNotifications( folder, 1, null, EventType.NewMail);...
Santana asked 18/11, 2012 at 13:30

1

We are using EWS Java API to use the outlook calendar on our Java application. I am having authentication issues on EWS. I tried the application on the cloud outlook account that's supplied by ra...
Dative asked 5/4, 2013 at 19:16
1

© 2022 - 2024 — McMap. All rights reserved.