Problems with Remote Powershell
Hello,I have Problem to get a Remote Powershell call to work. I need to add Accounts as Members to GrantSendOnBehaltToIf I usepowerShell.AddCommand("Set-Mailbox");...
View Articleshared mailbox from field (exchange 2007)
Hi there,I am not sure if this is the right forum to ask this question, but couldn't think of anywhere else.My team at work has a normal exchange account and a shared mailbox they have access to. If...
View ArticleAutomatic Replies: Sender vs ReplyTo Email Address
I receive email from: support@domain.com. There is a corresponding reply-to email address: something@sub.domain.com.When manually replying to the email, the recipient field is populated with the...
View ArticleProblems with exchange Autodiscover
Hi. I am in the process of setting up an experimental exchange 2013 server. I am using the Microsoft remote connectivity analyser and I am having issues with autodiscover. Here is the result: The...
View ArticleWhere is exchange 2013 SDK for transport agent?
I am upgrading my transport agent to exchange 2013. I remember when I build the agent for 2010, it requires exchange 2010 SDK.I search around But I can not find exchange 2013, neither from...
View ArticleDo .pst repopulate to the .edb?
I accidentally deleted a user account from AD which was linked to the exchange mailboxes. This automatically removed the mailbox from exchange. I readded the user to AD and recreated the Mailbox. Now I...
View ArticleEWS Managed API - How to deal with SyncFolderItems throwing an exception?
Here's a snippet of my code:ExchangeSyncFolderItemsResult result = new ExchangeSyncFolderItemsResult(); bool syncAgain = true; int actualChangeCount = 0; while (syncAgain) { PropertySet props = new...
View ArticleAbout Retrive .EML file with specific
Hi ,I am in need of solution where i need .eml files with headers like x-sender and x-receiver.If we can configure the connect from Exchange to another machine then i can find the .eml file with these...
View ArticleEWS Managed API 2.0: Uniqueness of Folder.Id property
Hi!Is Folder.Id globally unique or only per mailbox/service/...?In other words: Can 2 folders have the same id when accessing them?Many thanksFabian
View ArticleEWS Managed API: Create signed message (multipart/signed)
Hi, I have a signed message body (multipart/signed) from an imap account, is it somehow possible to create a new EWS EmailMessage from this body? The body contains the text part, html part and...
View ArticleExchange 2010 Schema prepare failing - ldife with code 110
Hi, I'm trying to prepare our Server 2008 r2 to migrate from exchange 2003 to 2010.When trying to do a PrepareSchemaif fails running ldifde.exe and it exits with code 110.Only 1 forestExchange 2003 is...
View ArticleChange CustomAttribute value
Hi,I create a powershell script to update a dynamic distribution group in Exchange 2010.The script get the member of a users group and for each member the script change the custom attribute 5.So far...
View ArticleUsing Exchange 2010 Edge server as an SMTP gateway without other roles
I am looking to implement a simple SMTP gateway solution for a few applications to relay emails and hence am not looking at a full fledged Exchange deployment. As SMTP component is no longer available...
View ArticleExchange 2010
Hello ,I am between office 365 or Setting up an exchange server 2010 for my small business.I want to know about the cost of the license /per user for exchange so i can compare and find out what is best...
View ArticleNotifications not recieved when using...
I have code that works when I subscribe specific folders in a user's mailbox using SubscribeToStreamingNotifications.If I substitute SubscribeToStreamingNotificationsOnAllFolders to subscribe to all...
View Article[EWS] Adding due date to flagged message
I am using EWS (direct XML, not the managed API) to create "flagged" emails in the inbox. I do this by setting PR_FLAG_STATUS to the appropriate value. This works, however, when viewed in Office 365,...
View ArticleTransport agent to add a recipient based on subject
I am writing a transport agent for Exchange 2013 that will send email to internal project mailboxes based upon the contents of the subject line of the message. I have all of the regex working such...
View ArticleOffline Address Book Generation Fails on a Server That Is Running Exchange...
We are moving our exchange cluster node 1 to 2, 2 to 1 frequently. Do we need to change registry settings every time moving clusters ?? as per this URL:...
View ArticleOutlook Web App - Doctype and IE quirk mode problem
I'm publishing new skin for login page of OWA but there is a problem with displaying in IE which is the page opening in quirk mode but I want it to be standard mode. OWA adds following lines by default...
View ArticleSyncFolderItems and ReadFlagChanges on Exchange 2010
We use the SyncFolderItems call to synchronize our softwares local database with the Exchange.After the initial synchronization we have a problem with the call as we get thousands of ReadFlagChanges....
View Article