I\'m trying to create a new contact using the EWS API. I can set all the values i needed except the contact title property. I tried the code:
I need to access exchange 2010 calendaring services from a thunderbird plugin. The web services are missing their \"services\", apparently they are all kept in ExchangeServiceBinding class. Any ideas
I have an Outlook add in written in C#. I was wondering how or if I could get the email address of the current user?
I\'m trying to use Exchange Web Services Managed API 1.1 to connect to Exchange and then find out if an email has been sent or received and save a cop开发者_StackOverflowy of the .msg file to a folder
I have a client that uses Exchange (although I\'m not sure which version). From what I know, they do have an SMTP for their Exchange however supposedly I cannot use it since my system is on PHP+Linux.
Some users have multiple address books in their iPhone Contacts, as a result of different synchronization connections they have made with e.g. Exchange Servers.
I want to get tasks from an exchange server for sync in an android app. I\'m not interested in contacts, em开发者_如何学JAVAails or calendar items, just tasks.
I am using EWS Managed to send email. Here is a code: EmailMessage result = new EmailMessage( mService );
I am trying to send a mail using Exchange Server 2010 and System.Net.Mail.SmtpClient.I have given appropriate p开发者_StackOverflow中文版ermission to the user on all the mailboxes. However, the mail s
Tasked with creating a login page that would allow members of two specific groups access to some controllers and actions in an MVC project, I set about to create a role provider for AD. I managed to g