exchange

Exchange add-in that creates a folder and populates it with quarantine

Hi everyone, I want to develop an Exchange add-in that would automatically add a folder to users' mailboxes in outlook or any other client. The Exchange add-in would allow users to manipulate quarantine mail through this automatically created folder. Quarantine is gathered using a third-party software (acts as a gate to Exchange) and ...

How do i find out if an appointment is private

I use Exchange Server Managed API. How do I find out if an appointment is private? There doesn't seem to be a method or property in the "Appointment" class. ...

Android How to add/configure Exchange setting programmatically?

Is it me or I can't find any example of how to add/configure Microsoft Exchange programatically? It seems like AccountManager :: addAccount (String accountType, String authTokenType, String[] requiredFeatures, Bundle addAccountOptions, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) should do the work...