Trying to use EmailMessage.TryGetProperty | Exchange 2007
Hello, I am working on an application in Visual Studio 2010 VB.Net, going against Exchange Server 2007 SP1. I have a shared mailbox from which I need to obtain mail items and set Extended (custom)...
View ArticleIs there a way to send email from an Exchange mail box directly to an SMTP...
We currently have exchange send email to our SMTP server through a connecter. Can we have exchange send email to a regular user email account box, and then have that email box forward the email to an...
View ArticleOWA new message identifier
How do I obtain an OWA identifier for a new message item before it's submitted? Basically, I want to do something like this EmailMessage message = new EmailMessage(service); // Subject...
View ArticleHow does one find hidden roomlists ?
Hi Folks, I am using EWS 2010 to locate all of the RoomLists on an exchange 2010 server using a call to GetRoomLists(). This appears to be working fine with the exception that it does not return room...
View ArticleEWS and Unread Mail SearchFolder
I've been able to find searchfolders for my mailbox using EWS with ExchangeVersion.Exchange2007_SP1 and the following FindFolders call: FindFoldersResults folderItems =...
View ArticleCustomize Outlook Web Access for multiple virtual sites
Hello,I work at a county office of education and we host email for many of our school districts. We are in the process of moving from 2003 to 2007 and as part of this transition I would like to...
View ArticleMapping WebDAV ContentClass, OutlookMessageClass and other properties to EWS...
I'm working on a migration from WebDAV to EWS Managed API in Exchange 2010 and i'm having some problems with property mappings. In WebDAV I had a custom .Net wrapper and with it i created a where...
View ArticleAdding Reference to Microsoft.Exchange.WebServices.Data
I attempted to start a new project in Visual Studio 2010 and didn't get any farther than adding the reference to Microsoft.Exchange.WebServices.Data. The goal is to read email messages from Exchange...
View ArticleHow Can I Search Items With EmailMessageSchema.From
I want to search inbox with the From field.So I build the constrains with the code below: var fromConstrains = new SearchFilter.ContainsSubstring(); fromConstrains.PropertyDefinition =...
View Article[E2010][EWSMA][C#]: Updating Meeting request, Meeting response and Meeting...
Hi Friends, I have application to update the message attachment. But, while updating the message of type Meeting request, response and cancellation the API Update() gives exception as "The meeting...
View Article(EWS) How to call autodiscover URL to retrieve exchange service URL?
Hi Folks, I have some code that finds the autodiscover url by searching on the SCP. What I would like to do is then call the auto discover service at that location to determine the URL of the...
View ArticleSend meeting requests in native Exchange format (not .ics) via automation?
Some developers are using software automation that sends meeting requests to employees who use Outlook 2010 with Microsoft Exchange, but it is sending the requests out in .ics format that requires all...
View ArticlegetOrganizer() get ServiceObjectPropertyException:You must load or assign...
EWS JAVA API 1.1.5 On Exchange server 2007 I have some java code to query calendar events on exchange server. it works perfectly until I try to getBody() and getOrganizer(). I searched other...
View Article[E2010] [EWSMA] [C#] Convert FolderEntryId to FolderId
I have PidTagWlinkEntryIdfrom "Navigation shortcuts" http://msdn.microsoft.com/en-us/library/ee179467(v=exchg.80).aspx in this "Folder EntryID Structure"...
View ArticleMonitoring multiple(6000) email(accounts) programatically
Hi , We have decided to montor incoming and outgoing emails and save them( subject To,From Timestamp) in database. I have around 6000 email accounts, now I have use EWS example to monitor single mail...
View ArticleEmail Tracking/Notification
Hi, I am using the exchange web services api 1.2 to create a pull subscription to notify our application of incoming messages to a mailbox. It works fine. My next step is to save those emails in our...
View ArticleSend a mail as a delegate using an alias
We send mails using a delegate mailbox by creating a message in the draft folder and calling sendItem. This delegate has several configured aliases. Would it be possible to send the mail with one of...
View ArticleExchange 2010 Archive Server On Premises
Hello Everyone I have an Exchange 2010 server and would like to install an additional server for archiving only. Is this a supported scenario and if so what would be the best way to do this. BTW We are...
View ArticleHow to use EWS SearchFilter to only find emails with attachments through...
Through EWS, I'm able to locate a folder and walk its emails while checking each one for attachments. But, it would be faster if I can get the finditems method to ONLY return emails with attachments...
View Article[E2010][PS][C#] Differences in MailContact created in code and in management...
Hello, I have some C# code that creates a MailContact in Exchange 2010 using PowerShell remotely connecting to a CAS server. It works fine and the MailContact is created. However, when I run the...
View Article