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.

579 questions
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…
4
votes
2 answers

$LastExitCode Not providing result

I would like to see if I could get some help on an error code. My final script will be to set an SMTP address for a mailbox, but I just used this code below as an example. Set-Mailbox jsmith -AntispamBypassEnabled $false if ($LastExitCode -eq…
mjpbeep
  • 57
  • 1
  • 4
4
votes
1 answer

Powershell Command Will not run in C#

I am writing a c# Windows Form app to migrate Exchange 2010 mailboxes to a file location on the server in .pst format. I used an example from the Powershell SDK (Runspace05) to access the exchange cmdlets (Get-Mailbox) and populate a combo-box with…
4
votes
2 answers

NTLM authentication scheme selected error

I am developing a application in java to get email attachmants from exchange server (version 10), i have windows 7 (32bit) pc. my code is compiling successfully but giving error at run time, saying- May 20, 2013 5:58:46 PM…
4
votes
1 answer

How to change MAPI MessageClass in Exchange 2010?

I am trying to get Exchange 2010 to change the MessageClass (PR_MESSAGE_CLASS) of an incoming message to that of my custom form (IPM.Note.MyCustom) when the incoming message has a certain header set. (X-MyCustomHeader: Yes) I have seen some…
NorbyTheGeek
  • 153
  • 5
4
votes
1 answer

Throttling in VBA

The Back Story A little while back, I was asked if we could implement a mass email solution in house so that we would have better control over sensitive information. I proposed a two step plan: Develop a prototype in Excel/VBA/CDO for user…
Chad Harrison
  • 2,836
  • 4
  • 33
  • 50
4
votes
2 answers

EndDate is earlier than StartDate error getting when inserting the exchange appointment

When i am inserting the appointment into exchange, i got the following issue "EndDate is earlier than StartDate", could any one please help to resolve this? Appointment appt=new…
sandal raj
  • 41
  • 1
  • 5
3
votes
1 answer

Running script on Exchange 2010

I want to run a script when an email is received on my exchange server. I really don't have a great direction on how to implement this. I've written my script in VB and tested it on outlook. I incorrectly assumed you can run a script from a rule…
J Max
  • 2,371
  • 2
  • 25
  • 42
3
votes
1 answer

Will calling `SyncFolderItems` return items as they get received?

Does calling SyncFolderItems in a loop (until MoreChangesAvailable is false) return items that have been received after my first call to SyncFolderItems? For example, say I have 1,000 items in my mailbox and I make a call to SyncFolderItems with no…
gcso
  • 2,315
  • 3
  • 28
  • 50
3
votes
0 answers

Exchange 2010 API - Connect to company email

I'm new to using the Exchange 2010 API (C#). I'm just going through a basic example (link below), but I'm having issues when using the FindItems method. In particular, I get the error "ServiceVersionException unhandled". The first thing that…
keynesiancross
  • 3,441
  • 15
  • 47
  • 87
3
votes
4 answers

Search-Mailbox command not recognized exchange 2010 sp1 powershell

Does anybody know why this command is not recognized in Exchange 2010 SP1: Search-Mailbox -Identity "April Stewart" -SearchQuery 'Subject:"Your bank statement"' -DeleteContent
RPS
  • 1,401
  • 8
  • 19
  • 32
3
votes
1 answer

How to configure catch-all in Exchange2010 hub-transport environment?

This link is explaining how to do it in an edge transport environment, indicating that it is not relevant for hub-transport. http://technet.microsoft.com/en-us/library/bb691132(EXCHG.80).aspx do you know what is the way to get it done in…
Itay Levin
  • 1,579
  • 2
  • 16
  • 23
3
votes
1 answer

Pull Microsoft Exchange custom / extended attributes using VBA?

I'm trying to pull some properties from an Outlook.ExchangeUser object using VBA. I can pull most of what I need, except some data that seems to be stored using the Exchange extended attributes Questions: Is it possible to pull the extended…
flowjoe
  • 105
  • 8
3
votes
2 answers

Determining version of Exchange server on the system using C#

Is there a way to detect which version of Exchange Server is running (2007 or 2010) via c#?
RPS
  • 1,401
  • 8
  • 19
  • 32
3
votes
0 answers

How to mark an email as Junk/Spam in EWS

I am developing an email client using EWS. I know there is a XML tag MarkAsJunk to mark an email as Junk. But this tag is only available for Exchange version 2013 or later. What is the way to mark an email as Junk/Spam in Exchange version less than…
1 2
3
38 39