The exchange2010 tag has no wiki summary.
7
votes
4answers
3k views
EWS 2010: Public Folder Problem using .NET
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 ...
4
votes
2answers
95 views
+200
Imitating Exchange Server's “RBAC AuthZ” in my own application… (is there something similar?)
Exchange 2010 has a delegation model where groups of winrm cmdlets are essentally grouped into roles, and the roles assigned to a user.
(Image source)
This is a great & flexible model ...
3
votes
2answers
2k views
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 ...
3
votes
2answers
293 views
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#?
3
votes
1answer
929 views
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 ...
2
votes
0answers
51 views
API equivalent for New-MailContact
Is there an API equivalent (like EWS) for the New-MailContact cmdlet, which would allow me to create an Exchange 2010 mail contact from an existing AD contact? I know that I could invoke a PSSession, ...
2
votes
0answers
110 views
How to get DAG info from MS Exchange Server 2010 using LDAP Query from AD?
I wanted to know about LDAP Queries used to get more information about Exchange Server.
What I am interested in knowing more about Data Availability Groups, Statistics Regarding them and Replication ...
2
votes
0answers
118 views
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 ...
2
votes
1answer
256 views
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 ...
2
votes
1answer
321 views
How do you authenticate to Live@EDU (outlook.com) while using an imported PowerShell session?
I am connecting to Exchange 2010 for Live@edu via PowerShell. I can connect using the standard methods just fine. However, downloading and importing the session commands every time seems wasteful, ...
2
votes
1answer
464 views
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 ...
2
votes
1answer
1k views
Can Windows Phone 7 connect to an Exchange server to sync its contacts, calendar etc.?
Can Windows Phone 7 connect to an Exchange server that allows the phone to keep its contacts, calendar etc. in sync?
Thanks!
2
votes
1answer
488 views
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 ...
1
vote
1answer
23 views
Silverlight project will only work with Silverlight assemblies
Now a days, I make one application in Silverlight to get Emails from MS Exchange Server online. So first i create Silverlight Application in Visual Studio 2010. Now Issue is that when i add reference ...
1
vote
2answers
30 views
Create Exchange Mailboxes on Remote Exchange 2010 Server in C#
Title pretty much explains it all. I have a C# application that is not running on the Exchange Server. I need to be able to create mailboxes. I tried to use this tutorial, but it requires the ...
1
vote
0answers
22 views
Is there any java api available to connect microsoft exchange server 2010 in an android application
j-XChange which is a Pure java implementation of the entire Collaboration Data Objects (CDO 1.21) library for accessing Microsoft Exchange Server in a platform independent manner.But CDO support is ...
1
vote
0answers
32 views
Exchange Web Services 2010 / Autocomplete or Suggested Contacts
I am trying to find a way to mimic the behaviour of Outlook 2010 (and earlier versions) of autocomplete. Of what I can find, the Autocomplete Cache is stored on a local file (.n2k-file). Also, there ...
1
vote
1answer
100 views
Difference between Exchange Web Services of Exchange server 2007 and Exchange Server 2010
I am working on one client issue related to Exchange server. and so I am looking for the exact difference between the above mentioned EWS.
I had WSDL for two Exchange web service one of Exchange ...
1
vote
1answer
77 views
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 ...
1
vote
2answers
289 views
Export an EmailMessage from EWS that can be opened in MS Outlook
I'm writing an application that monitors an Exchange mailbox using EWS. It saves the attachments of the incoming mails to a network folder.
These files are then used by a 3d party application.
Now ...
1
vote
0answers
75 views
Find item by original filename with Exchange Web Services
We used to have exchange 2003, and my webapp used webdav to create appointments in it. When an appointment was made I gave it a filename (whatever.eml) with a unique id that matched the database entry ...
1
vote
1answer
549 views
how to invoke the powershell command with “format-list” and “out-file” pipeline from c#?
Hi I'm working on a C# program to call exchange 2010 powershell cmdlets in remote runspace. The ps command is:
"Get-MailboxDatabase -Server EX2010SVR1 -Status | Format-List
...
1
vote
1answer
162 views
C# code access exchange server without domain name, is that possible?
I'm working on a web application to access exchange server 2010 to get emails from the server. The question is, we don't have domain name for this server. What I know is it's IP address. Is that ...
1
vote
1answer
135 views
How to download message from an Exchange 2010 server in an ASP.NET web application?
I just start a web application task to download messages from mailbox in an Exchange 2010 server for different users. Can someone give me a hint where to start? I use asp.net/c# programming. Any ...
1
vote
0answers
601 views
MS Exchange 2010: cmdlet Not Executing Correctly as a Scheduled Task
I've been using a Scheduled Task and the New-MailboxExportRequest cmdlet to export my organization's mailboxes to .PST archive files each night for awhile now. Unfortunately, the ExportRequests are ...
1
vote
2answers
835 views
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
1
vote
1answer
188 views
Delete messages from Exchange 2007/2010 from .net
I am looking for suggestion on how I can connect to Exchange 2007/2010 with .net and delete all items in a give mailbox.
Thanks
1
vote
1answer
479 views
Powershell call web service on new email event (Exchange 2010)
I have Exchange 2010 and I need to run a process using web services against every new email to come in to a mailbox. The process will basically add the email to an internal task list.
Can I use ...
1
vote
2answers
837 views
Exchange 2010 EWS Delete Message
How do I delete email messages in a mailbox using EWS?
There doesn't seem to be much online for it?
I'm planning an application and I need to know if it's possible and how to do it.
0
votes
1answer
16 views
catching Get-ManagementRole exception on non-existent role
try {
$ErrorActionPreference = "..."; #<- tried all settings
# $myRole = Get-ManagementRole $CustomRole; #<- terminates if role doesnt exist
New-ManagementRole $CustomRole ...
0
votes
1answer
26 views
Get Exchange Mailbox info using C# without Powershell
I want to connect to an Exchange server and retrieve information about a user's mailbox without using powershell.
I've been searching for articles which could help me but I keep getting articles ...
0
votes
2answers
67 views
Difference between AddPSSnapin() vs RunspaceFactory.CreateRunspace( WSManConnectionInfo)?
I need to connect to an Exchange 2010 server using C# and Powershell. The Exchange 2007 Docs want me to add a snap in
RunspaceConfiguration rsConfig = RunspaceConfiguration.Create();
...
0
votes
1answer
50 views
Exchange/Outlook 2010, C# SenderEmailAddress extra characters appended to name
So my question is what is 58D at the end of this string or 7F9 at the end of the next string?
Also, the extra characters are the same for each user. This only started happening when migrated to ...
0
votes
0answers
41 views
Invoking exchange activesync cmdlet's from an ASP.NET application
I'm working on a solution where users can wipe mobile devices registered with Exchange 2010, through a webpage, using Outlook Web Access is not an option.
I've installed Exchange Management Tools on ...
0
votes
1answer
55 views
How do I determine the DC which a remote Exchange server is using?
Using C# I want to determine which DC (or at least which Site) the Exchange Server I am programming against is using.
I have a "User creation tool" and if it creates the user on a DC on the local ...
0
votes
2answers
147 views
How do I do reflection / dynamic typing in Powershell with Measure-Object?
I have the following command that computes the average of one property
$Databases = Get-MailboxDatabase -Status
foreach($Database in $Databases) {
$DBSize = $Database.DatabaseSize
...
0
votes
1answer
102 views
Setting Exchange Mailbox ACL using Powershell
I'm trying to figure out how to do this kind of thing, but using PowerShell calls (from C#). We are moving to Exchange 2010 and my old code doesn't want to work, hence the PowerShell.
...
0
votes
1answer
50 views
exchange web services restriction paths
I have done a bit of searching and am unable to find a list of legal properties for use with the FindItem <Restriction> element, specificially what can I use in <IsEqualTo><FieldURI ...
0
votes
1answer
68 views
EWS Managed API: PullSubscription - is Unsubscribe call enough?
We are doing some optimization of our app that heavily uses EWS and one point is about cleaning subscriptions that are no longer needed. We are using PullSubscription type so naturally first thing I ...
0
votes
1answer
239 views
How to pipeline the username from Get-MoveRequest to Get-MailboxStatistics?
How do I pipeline the output of Exchange 2010's Get-MoveRequest command so that the Name variable can be used in the $Username variable below?
[CmdletBinding(DefaultParameterSetName = "MoveUser")]
...
0
votes
0answers
96 views
Recurrence has no occurrences in the specified range
I am using VB.net and EWS Managed API on Exchange 2010. Recently I received below error:
Microsoft.Exchange.WebServices.Data.ServiceResponseException: Recurrence has no occurrences in the ...
0
votes
1answer
45 views
ExchangeService get groups and users that have access to a certain inbox
I am writing a custom Exchange connector for SharePoint and need to get the user permissions for a mailbox in order to be able to tell the search if the user searching have access to the items crawled ...
0
votes
2answers
170 views
C# \ Exchange 2010 PS1 Script
I am trying to run a PS1 script using Exchange 2010 remote powershell and c#. I can connect and run the ps1 script but there are a few places in the script that use exchange cmdlets to update ...
0
votes
0answers
13 views
Aliases on Hosted Exchange
can somebody point me to some documentation on how to setup aliases on a hosted exchange 2010sp1 platform?
Problem is that no admin gui is available when installed in hosting mode, and the ...
0
votes
0answers
110 views
how to access MS Exchange 2010 group mailbox with PHP and get my email?
I'm trying to get automated the retrival of e-mails from microsoft Exchange 2010 group mailbox with PHP and IMAP (the code was working fine on 2007); I can access my personal mail on the exchange but ...
0
votes
1answer
159 views
How do I determine the mailbox that contains a given item or folder with EWS?
I have a program that subscribes to multiple Exchange 2010 mailboxes using EWS Managed API's streaming notifications.
When I get a notification related to an item, I need to determine whose mailbox ...
0
votes
0answers
155 views
Updating appointment with iCalendar using Outlook 2007 and Exchange 2010 not working
I import an appointment using iCalendar attachement (double clicking it) It shows up perfectly in my outlook calendar (Outlook 2007). Then I double click on another iCalendar attachemnt referring to ...
0
votes
1answer
396 views
EWS: impersonating users from different servers in one domain
I have two servers:
S1 is Exchange2010
S2 is Exchange 2007
Both servers are in the same domain in ActiveDirectory.
Idea is to have "service account" on S1 with enabled impersonation of users from ...
0
votes
1answer
169 views
Salesforce - Trigger when syncing email using Salesforce for Outlook
Can I create a trigger or workflow rule to fire when email is synced with Outlook using the Salesforce for Outlook? This is on Outlook/Exchange 2010. Right now, it will create an activity when email ...
0
votes
3answers
304 views
Exchange Server Transport Agent Won't Load, “Built By a Newer Runtime”
I have built a simple transport agent (using .NET 4.0) for exchange 2010 and I'm trying to install it using the exchange management shell, but I run across this error:
Could not load file or assembly ...