independentsoft

Independentsoft generated .msg Messages losing attachments when forwarded

Hello All, 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 attachments to users. Once sent the message is saved as a .msg file in SharePoi...

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: How would I assign the category using the WebDav API? Most other fields are simply properties of the appointment object: Appointment appt = new Appoi...

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 completely automated and independent from database my application? Where I will only replac...