Questions tagged [independentsoft]

11 questions
3
votes
1 answer

How to retrieve Message and Task body - Exchange Web Services - Java

I am creating a message using JWebServices, but even though all other fields are retrieved successfully, body does not. message.getBody() returns null. Here are the two methods I call subsequently. private void createMessage(Service service) throws…
GRboss
  • 6,239
  • 5
  • 21
  • 20
3
votes
1 answer

WebDav: How to set Exchange 2003 appointment category?

I am using Independentsoft's WebDav API to create a calendar appointment. I would like to set the category of the appointment. In Outlook, I would set the category as indicated here: Outlook image…
Jeremy
  • 9,307
  • 3
  • 21
  • 17
1
vote
1 answer

JWebServices with Android doesn't work

Code: import com.independentsoft.exchange.Service; import android.app.Activity; import android.os.Bundle; public class ContactsToExchangeActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { …
Artem
  • 21
  • 3
1
vote
2 answers

Exchange Server 2003 - delete meeting invitations (appointments) after deleting meeting

I use the IndependentSoft Component and was wondering in what way (with this component or any other API) I could mimic what I can also do manually: After creating a meeting request and invite some Account B, I delete the meeting created by me, which…
hko
  • 923
  • 9
  • 17
1
vote
1 answer

The property can not be used with this type of restriction error when trying to get Exchange contact by id using IndependentSoft EWS API

I am getting the following error when trying to retrieve a contact from Exchange server using IndependentSoft EWS API: The property can not be used with this type of restriction. Here is my code: public Contact GetContact(string id){ var…
umutesen
  • 2,523
  • 1
  • 27
  • 41
1
vote
0 answers

What ItemPropertyPath is needed to get the sender of an mail via EWS?

We want to get the sender of an mail address via C# and EWS. We use Independentsoft´s Exchange Web Service for this task. It works fine by the following code: var lItem = m_Service.GetMessage(ItemId); return lItem.Sender.Name; The Problem: When…
Simon
  • 4,157
  • 2
  • 46
  • 87
0
votes
1 answer

How can we access the exchange mailboxes via EWS when the user has no own mailbox?

We want to access mailboxes via EWS (Exchange Web Services) with an dedicated user who has no own mailbox. The target is to cover all Exchange Server version 2007-2019. Reason why we want to have an dedicated user with no mailbox: We want analyze…
Simon
  • 4,157
  • 2
  • 46
  • 87
0
votes
2 answers

Exception with new WordDocument() com.independentsoft

I have existing working project on java. I need to change template ".docx" document. When I'm trying to create a new WordDocument with another ".docx" document, I get an exception. What can be wrong? Sorry for my english. There is a my…
KseniyaK
  • 11
  • 2
  • 1
0
votes
1 answer

database independent Silverlight application - possible?

I am developing my application in Silverlight with MVVM pattern support. Now I use Sql server 2008, but I am start thinking about in future use also Oracle and XML as storage for my data. I query with linq to sql. It is pattern which I can use to…
netmajor
  • 6,507
  • 14
  • 68
  • 100
0
votes
0 answers

Some emails are getting stuck in draft

We are using Independentsoft's dll wrapper for webDAV to send email. If I send 20 identical emails some where between 1 and 5 emails will get as far as the drafts folder but not actually send. It'll send if I open the draft email in Outlook and then…
Tod
  • 2,070
  • 21
  • 27
0
votes
1 answer

Independentsoft generated .msg Messages losing attachments when forwarded

I have got an issue that to be honest I initially did not think was a programming issue, but after checking all other areas I would appreciate your feedback if this could possibly be one. We have an ASP.NET web application that sends emails with…
Chris
  • 3,487
  • 3
  • 25
  • 37