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
5
votes
1 answer

Import-PSSession fails in script, works in shell

I'm new to Powershell scripting and I'm working on a user management Powershell script, but I have run into a strange error. The following code works when I run it from the shell, but not when it is run from a script: $UserCredential =…
5
votes
1 answer

How can I serialize a complex Powershell array to disk for processing by a second Script?

I am collecting statistics about an Exchange environment and need to collect statistics about all the DNS domains in use. This is a long and intensive operation that can take a long time. I want to persist these values to disk, so I can run a…
halfbit
  • 54,462
  • 46
  • 195
  • 426
5
votes
1 answer

How to search for an Exchange appointment for an iCalUid using Java EWS API?

I am using the Java EWS library to search for appointments in a user's calendar by iCalUid (example iCalUid I have: 040000008200E00074C5B7101A82E00800000000F66E2C0D59A9D001000000000000000010000000F7A6AACB779B00429164F39AE6DD6BB9). Here is my Scala…
pathikrit
  • 29,060
  • 33
  • 127
  • 206
5
votes
1 answer

ServiceResponseException: The specified object was not found in the store

I am trying to upgrade an application that uses WebDAV against Exchange 2003 to return a responseXML, then it creates cases on SalesForce CRM (using web service wsdl) and puts the attachments from the emails on the cases. We are moving to Exchange…
Our Man in Bananas
  • 5,467
  • 19
  • 82
  • 136
5
votes
4 answers

Get-MailboxFolderStatistics ItemsInFolder also returns subfolder counts and counts are not correct

I'm using PowerShell to return a report of Exchange mailbox statistics as a tab-delimited text file. I'm having trouble with the ItemsInFolder property of the Get-MailboxFolderStatistics cmdlet (from the…
rory.ap
  • 31,183
  • 9
  • 64
  • 147
5
votes
1 answer

Are extra installs needed to access Managed EWS on an Exchange 2010 server?

Does the system administrator need to install anything extra to get EWS Managed API working for clients on Exchange 2010? At the moment I am getting problems just using AutoDiscover via the managed API so I'm beginning to think the server has been…
5
votes
1 answer

EWS Managed API : Reply to a message while adding an internet header

I am building a small client that can automatically reply to some emails. I would like to add a custom internet header to these replies. What I tried to do is to set the extended property to the email I receive, and use the EmailMessage.Reply…
afewcc
  • 1,049
  • 3
  • 8
  • 20
5
votes
3 answers

PHP-EWS 2010, how to set the IsRead flag

I have been able to successfully retrieve the unread emails from an Exchange 2010 inbox using php-ews API. However after I have fetched the emails, I want to set the IsRead property of the email to true, so that these messages do not appear the next…
Lin
  • 273
  • 4
  • 21
5
votes
2 answers

Create Exchange Meeting Programmatically

Is it possible to create a meeting or appointment on someone else's Exchange 2010 account, without them needing to accept the meeting? Ideally, we want to have a delegate account, or similar strategy, to place appointments/meetings onto people's…
5
votes
1 answer

Check exchange credentials remotely and check user logged in

I have attempted this with not much success. Basically I need to login to Exchange using EWS remotely. The issue is I don't know if the user has logged in OK or if the credentials are wrong as I get nothing back! If I provide wrong credentials the…
Neo
  • 2,098
  • 4
  • 33
  • 63
4
votes
2 answers

TimeZone change to UTC while updating the Appointment

I am using EWS 1.2 to send appointments. On creating new Appointments, TimeZone is showing properly on notification mail, but on updating the same appointment, it's TimeZone reset to UTC. Could anyone help me to fix this issue? Here is sample code…
4
votes
1 answer

Reading Contact Notes field from Exchange

We are building an integration we Exchange 2010. When we look at a contact through Outlook, there is a "Notes" field below the picture of the person, this contains update information. We are able to find the data in the other fields but not this…
Shiraz Bhaiji
  • 60,773
  • 31
  • 133
  • 239
4
votes
1 answer

How to set Microsoft.Exchange.WebServices.Data.Appointment When property on Update()?

The Problem I have a Visual Studios 2015 Console Application with the Microsoft.Exchange.WebServices v2.2.0 NuGet package installed. I'm trying to create an appointment, update it, and cancel it while retaining the correct Timezone in the "When"…
4
votes
1 answer

Send to e-mail with special characters using Exchange Web Services

When attempting to send an e-mail using Exchange Web Services Managed API against Exchange Server 2010 SP1, a ServiceException is thrown with ErrorCode ErrorInvalidRecipients when the recipient e-mail address (left of @) contains, in this case,…
4
votes
1 answer

Exchange: Is it possible to search for a custom Extended Property across all mailboxes?

My team and I are in the process of integrating our custom CRM (built entirely on the MS stack) with Exchange. A key part of that integration is binding Exchange items (namely meetings and tasks) to customer records. Basically, when a salesperson…
1
2
3
38 39