How to set email to a user in Active Directory programatically using c#
I have programatically created a user in Active Directrory. I want to set email to that user. I used the following code to set email address in active...
View ArticleGet error when searching for public folder using EWS Managed API
I get this error when searching for public folder using EWS Managed API 2.0."The Client Access server version doesn't match the Mailbox server version of the resource that was being accessed. To...
View ArticleItem.IsFromMe property always returns false
I have been using the Item.IsFromMe property to check if a given email was sent from a user to himself.When using Exchange Server 2007 or 2010 this works good, but in Exchange Server 2013 the property...
View Articleews managed api 2.0 pull subscription
Pull subscription did not return deleted event for a deleted occurrence of a recurring series?
View ArticleUnified URL for ExchangeOnline vs Autodiscover - recommended approach
I found following information about Unified URL for ExchangeOnline in this post:"If you using ExchangeOnline you don't really need to use Autodiscover as there is now a unified...
View ArticleTimeZone change to UTC while creating the Appointment by EWS
I am using EWS 1.2 to send appointments. On creating or updating an Appointment, TimeZone can not be showing Tokyo Standard Time same as ExchangeServer on notification mail and it's TimeZone just be...
View ArticleHow to get Time Zone ID from AttendeeAvailability using EWS APi 2.0?
I want to get the Time zone ID like "Pacific Standard Time" from the aa.WorkingHours.TimeZone.List<AttendeeInfo> attendees = new List<AttendeeInfo>(); attendees.Add( new...
View ArticleMail Public folder migration exchange 2010 to 2013
we have successfully installed Exchange 2013, and able to connect to ECP.The Exchange 2010 servers are at sp3.Issue: We are unable to create public folders in 2013, as it shows "error An existing...
View ArticleExchange 2013 Installation Problem
Hi ,while running Exchange 2013 installation getting below error ,All the error are pasted belowEven I have tried after temp data delete Suggestion will appriciated ,...
View Articleoutlook mail app 2013, how to make EWS synchronous call from js file
Hi Guys,I am developing a mail app for outlook 2013 with exchange 2013. I saw some of the sample codes from Microsoft. I want to make a synchronous call from js file. Microsoft providing async calls...
View ArticleHaving trouble extracting a member value from a ResponseTypeType class
Hi,I am writing a c# program to go through Exchange Calendar objects which are actually room calendars as part of a project to show room availability on a web page. I instantiate each calendar object...
View ArticlePOP3 authentication recurring failures
I have developed an application that authenticates with the podXXXXX.outlook.com / m.outlook.com POP3 service repeatedly every 5 minutes. The account used is created on Office 365 and is used for...
View ArticleExchange 2013 Query String Parameters To Create a New Email With Multiple...
In Exchange 2007/2010 I use the following query string to send an email to multiple...
View ArticleEWS - retrieving PR_STORE_ENTRYID value
Hi,I am trying to retrieve PR_STORE_ENTRYID value on a mailbox.Here is the code snippet.var ourProps = new PropertySet(BasePropertySet.IdOnly); var PR_STORE_ENTRYID = new...
View Articleemail very slow with remote application on Windows server 2012
I have set up a remote apps on Windows server 2012, and when I try to email out with the remote apps, it take 2 - 3mins email out. I am wonder any firewall or filter that I can edit to enable the email...
View ArticleDoes Mail Keep on Server if I chose PST folder in MAPI Client connection
Hi All,I have an easy question , I have Exchange 2010 ana my client Outlook 2010 and they use MAPI connection , if I change Data file Location as a PST file in client Outlook program account settins...
View ArticleUsing AD FS 2.0 with X509 Base 64 token to Validate Outlook in .Net
Hey Everyone,I have an app that utilizes the Exchange API to get/create calendar events in Outlook. This app uses SSO and AD FS 2.0 for login but currently for the outlook portion I am validating by...
View ArticleOpen a mailbox item from SharePoint
We have a SharePoint list in Office365 that has a links to a MailBox item in Exchange in the same Office365. The links are created from .NET code with the EWS framework. The link has the format...
View ArticleSuggestions for improvement of ActiveSync Protocol
This came up in conversation the other day with one of our clients, and in thinking through things, I started to visualize what in my opinion would make a huge improvement in ActiveSync, unfortunately...
View ArticleEWS Managed API: How to specify the Reply-To address in the mail header?
HiHow can I use the EWS Managed API to specify the Reply-To SMTP Header?Message Envelope - http://msdn.microsoft.com/en-us/library/cc839567.aspxI found an example for programming with MAPI, but I want...
View Article