Questions tagged [exchange-server-2010]

Microsoft reached the Release to manufacturing (RTM) milestone for Exchange Server 2010 on May, 2009, and it was officially launched on November 9, 2009.

Microsoft Exchange Server 2010.

Use this tag if you intend to refer specifically to the 2010 version of Exchange server. If you have reason to believe your question refers to exchange server in parallel, use exchange-server instead.

581 questions
20
votes
1 answer

EWS: Set action is invalid for property when updating RequiredAttendees of an appointment

I am trying to update an existing appointment but EWS is throwing "Set action is invalid for property.". I reviewed all values set to the appointment object, but I am unable to figure out the actual cause of this error. Here is my code…
Firoz Ansari
  • 2,407
  • 1
  • 20
  • 36
16
votes
4 answers

Where can I get the latest Microsoft.Exchange.WebServices.DLL?

I'm trying to use the latest Exchange Web Services DLL, however when I search my hard drive I see many versions of Microsoft.Exchange.WebServices.DLL, the most recent being version 14.0.650.7 with a date of 1/24/12. I want to rebuild my machine but…
halfbit
  • 54,462
  • 46
  • 195
  • 426
13
votes
4 answers

'5.7.1 Client does not have permission' error while sending email from code

So I have this very basic program that is trying to send an e-mail, but I keep getting Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender Here is my program static void Main(string[]…
Kevin DiTraglia
  • 24,092
  • 16
  • 88
  • 134
12
votes
4 answers

Cannot load Exchange powershell snap-in: The type initializer for 'Microsoft.Exchange.Data.Directory.Globals' threw an exception

I have the following code that creates a PowerShell runspace with the Exchange 2010 snap in loaded. Dim runspaceConfig = RunspaceConfiguration.Create() Dim snapInException As PSSnapInException =…
9
votes
3 answers

Can't access public folders root

I've recently coded a .NET Console app using C#. It's purpose was to read the emails within a specific folder, parse them for specific values and save them to a database. Our email system, at the time I originally coded this, was Exchange 2003.…
9
votes
3 answers

Find all unread emails using Exchange Web Service 2010 then mark as read?

I'm using Exchang Web Services 2010 to try and read all unread emails from a mailbox, then mark them as read. I'm basing off this example: http://msdn.microsoft.com/en-us/library/exchange/aa563373(v=exchg.140).aspx And have come up with this to find…
Petey B
  • 10,781
  • 22
  • 73
  • 101
8
votes
6 answers

read email using exchange web services

This is my scenario: I have to read email from exchange 2010 sp2 accounts. I have to use Exchange Web Services, POP3 and IMAP are blocked. I have to test my app in an environment where people can access their accounts through a web browser only in…
user994432
  • 107
  • 1
  • 1
  • 5
7
votes
1 answer

How can I get the mailbox email details from Exchange Server for a user which don't have default mailbox (I have no default mailbox)?

Hi I want to access the email of mailbox which is assign to me but it is not my primary mailbox in my Exchange Server. I was able to get details of the mailbox server which is assigned to me, but I have a user which doesn't have a mailbox. I want to…
7
votes
2 answers

How do I send HTML (multipart/alternative) from Exchange Web Services (2010 SP1)

This issue came to light as I was trying to send an HTML message with inline images (attachments) through EWS. However I have backed off to the simplest form and found that I cannot even send HTML messages. I am using C#, .NET 4, EWS API 1.1,…
7
votes
1 answer

right way to query calendar items via ews managed api?

I've got the following code: var startProp = new ExtendedPropertyDefinition(DefaultExtendedPropertySet.Meeting, "DTSTART", MapiPropertyType.String); var endProp = new ExtendedPropertyDefinition(DefaultExtendedPropertySet.Meeting, "DTEND",…
deostroll
  • 10,935
  • 19
  • 77
  • 147
7
votes
1 answer

How to get all mails from MS exchange in Python?

I want to view all the mails I have received on MS Exchange/OWA. Is there a way to do this using Python? I do see few solutions in C#/Java. But how may I do it in Python? A similar question is Connect to exchange with python, but I am not able to…
Ani Menon
  • 23,084
  • 13
  • 81
  • 107
7
votes
1 answer

AD User Authentication

I am attempting to create an ASP.NET (.NET 3.5) website to connect to our Exchange 2010 server through Exchange Web Services, I am able to connect to EWS when I define the username, password and domain to authenticate with but I would like, if…
Lima
  • 1,163
  • 3
  • 21
  • 50
6
votes
2 answers

Where is my streaming subscription going?

I'm using the Microsoft Exchange Web Services 1.1 SDK and using the streaming connection to subscribe to new mail notification. All works fine for receiving the notifications but I receive errors every once in a while about my Exchange not being…
Mike
  • 4,137
  • 3
  • 30
  • 47
6
votes
3 answers

JavaMail - javax.mail.MessagingException

I am trying to write a simple mail sender class that would receive a bunch of arguments and using those will send an email out using our Exchange 2010 server. While authentication etc. seem to work fine, I am getting the following exception when the…
legendofawesomeness
  • 2,783
  • 1
  • 17
  • 32
5
votes
3 answers

DeleteContents from mailbox with no confirmation (exchange 2010 and powershell)

I use the following command to delete the contents of a mailbox, but it still prompts me to confirm. Is there a way to not prompt me. Search-Mailbox -id "UserName" -DeleteContent -Confirm:$false
RPS
  • 1,391
  • 7
  • 17
  • 32
1
2 3
38 39