Timing issue with mailbox permission cmdlets
hi there!we have severe issues using remote powershell within a dotnet application when trying to add or remove mailbox permissions. the same issue was already discussed here, but sadly no definitive...
View ArticleGetting Retryable Error, If the backup gets interrupted for Vss Exchange...
I am using vss snapshot for backingup exchange server , If the backup gets interrupted in middle i set SetBackupSucceeded with false status, And completing backup, If the interruption cases occurs more...
View Articleable to add user as admin to powersehll but unable to execue powersehll script
Hi,Using the following commandAdd-SPShellAdmin -username DOMAIN\YourUser I have added user as admin to powersehll script. But while executing my script it is throwing cannot perform opeartion on null...
View ArticleGet items from ews and open in Outlook desktop client
Hi,I have a webapplication with a screen that shows the last unread items from ews in the browser. When a user clicks the item I open the mail in owa. Is it possible to retrieve mail items with the ews...
View ArticleDelete Entries from Autocomplete Cache Outlook 2013 Programmatically
Hi,I am able to access bytes in cache using below code.Microsoft.Office.Interop.Outlook.Application oApp=Globals.ThisAddIn.Application;Microsoft.Office.Interop.Outlook.MAPIFolder inboxFolder=...
View ArticleOnline Archiving is not working exchange 2010
Hi,We have several user on the exchange multi-tenant environment which are not auto archiving.i have already created a new retention policy and applied that retention policy to the user, but when i run...
View ArticleConnecting with Office 365-Autodiscover could not be located for a customer...
I have a project that should sync appointments from office 365. The problem is it does not work at the customer's side and gives the message "Autodiscover could not be located". However if I tried the...
View ArticleConnecting with Office 365-Autodiscover could not be located for a customer...
I have a project that should sync appointments from office 365. The problem is it does not work at the customer's side and gives the message "Autodiscover could not be located". However if I tried the...
View ArticleChange meeting subject for organizer and attendees without sending update mail
Hello,I have a code that changes the subject of a meeting only for the organizer. In order not to send an meeting update email to all attendees I save the meeting...
View ArticleDelete Entries from Autocomplete Cache Outlook 2013 Programmatically
Hi,I am able to access bytes in cache using below code.Microsoft.Office.Interop.Outlook.Application oApp=Globals.ThisAddIn.Application;Microsoft.Office.Interop.Outlook.MAPIFolder inboxFolder=...
View ArticleReplace the text numbers string in a txt file using C++.. Help Me..
Read a Document and replace the text numbers in a txt file using c++..For ex: Before Document: hai hello my daily salary is two thousand and five and your salary is five billion. my age is twenty-five....
View ArticleEWS AutodiscoverUrl return wrong Url
Hello everybody,we are using the EWS to synchronize appointments from our CRM system to exchange.We have the problem that "AutodiscoverUrl" return sometimes the correct Url and sometimes not, even for...
View ArticleContactItem.StoreEntryId supported in Office 365?
I use Exchange Webservices Managed API to connect with Office365. Per Contact I retrieve the contact.ItemId.UniqueId and contact.StoreEntryId. However contact.StoreEntryId = null?Is this supported in...
View ArticleCreateItem -> Contact
HI,I using ews to create contacts in my contact folder. Example xml code I'm using is below. Works, NoError back from server.I see the contact in Outlook after it syncs with Office 365 and I see the...
View ArticleRetention policy to remove all internal messages from a sender after xx days?
I originally posted this in the Exchange 2010 forum and they told me to post it over here as there is no native capability for this feature. What are our options? Retention policy to remove all...
View Articlebest way to Sync Emails and Calendar items
Hi,What's the best way to sync calendar items and emails using EWS API , for 100+ mailboxes, to a third party app.Is notification services good for it, or we should connect to each mailbox one by one,...
View Articleif statement in Array values of ActiveSyncAllowedDeviceIDs
Get-CASMailbox JLEE -ResultSize "Unlimited" if (@{Name=’ActiveSyncAllowedDeviceIDs’;Expression={[string]::join(";", ($_.ActiveSyncAllowedDeviceIDs))}} -ne $null) { write-output...
View ArticleHow to retrieve Exchange Active Synchronization (EAS) policies.
Hi I wanted to retrieve EAS policies for my corporate exchange server how can we do it using through code for store app.How can we use Active Sync for this?ThanksVarun R
View ArticleExtendedPropertyDefinition update not getting synced to Outllok 2013 in...
Hi,I have a mapi property on a mailitem in a users Sent Item folder that we are updating via an exchange web services call using the ExtendedPropertyDefinition. The update is successful but the updated...
View ArticlePublic Folder
Hi,<o:p></o:p>I had upgraded from Exchange 2003 to 2010 few months ago so I have moved the Public folder database to exchange 2010 and decommissioned exchange 2003. I am using outlook 2010...
View Article