How To Assign an S/MIME Certificate to a MAPI Profile for Use with Outlook?
How To Assign an S/MIME Certificate to a MAPI Profile for Use with Outlook? I am using native c++ Mapi but still havent found the way I saw this article but it doesn't help very much...
View ArticleEWS: How to get Flag Complete Date from email item?
using EWS 2007 sp1 (Exchange web services API) : How do I get Flag Completed Date from an email item?
View ArticleEWS Managed API 2.0 : Underlying connection is closed : An existing...
I'm trying to connect a simple EWS manged API sample to Exchange server 2010 sp1. I added several users in the server, and 've cheked out the outlook 2007 is working well with the server. But, it has a...
View ArticleTask.IsComplete throws exception on 2007 SP1
I have simple code as below that optionally allows me to retrieve completed tasks or not: SearchFilter.SearchFilterCollection searchFilterCollection = new...
View ArticleEWS Managed API 2.0 : Underlying connection is closed : An existing...
Hello! I'm trying to connect a simple EWS manged API sample to Exchange server 2010 sp1. Here is my sample code : using System; using System.Collections.Generic; using System.Linq; using System.Text;...
View ArticleOne or more recipients are invalid while sending EMAIL
Am using Microsoft Exchange WebServices API to send email via exchange server. some times its not accepting the email recipients,but when i copy the same recipients and sent from outlook, the outlook...
View ArticleNot using Content Index when using EWS search
Hi all, I'm using the Managed API wrapper for EWS to search folders in mailboxes, but I suspect that the search isn't using the Content Indexing feature of the Exchange 2010 server hosting the mailbox....
View ArticleEWS GET Appointment Attachments
How can I have access to attachments Calendar items . Once i get the attchements , how can i save to the local file system ?
View ArticleEWS GET Appointment Attachments
Could anyone please post me the code snippet for accessing the attachments for calendar items . I knew how to add the attachements , but how to read the attachments for an appointment? Once i get to...
View Articlerelink mailbox from foreign domain
I have Exchange 2007 deployed in CCR with 2 CAS servers. I lost the domain controller for a trusted domain that has their mailboxes in the CCR and can't get it back. Bult a new domain controller and...
View ArticleChange default number of objects shown in mailbox view EMC
I would like to have the setting for the Action "modify the maximum number of recipients to display" under MS exchange/MS Exchange On-Premises (Server)/Recipient Configuration/Mailbox under "Actions"...
View ArticleWhat could cause the MailStore to produce this error: S:DiagnosticInfo=Error:...
I hope this is the right place to post this. It crosses over few different technologies... Making an extremely long story short, I have written an C# Outlook addin that utilizes Redemption and...
View ArticleVB App to export mailboxes Exchange 2010 SP2
I am trying to create a simple app that will allow me to run mailbox export from a web page. i am new to Visual studio and was wondering if this is possible and some guidance into how this would be...
View Articlequestion about EWS and MIME content
Hi, I use EWS getitem method with mime-content property to retrieve VCALENDAR infomation. The returned mime-content is a mixed structure type. VCALENDAR object is just one part of it. But i have...
View ArticleBody property of contact object of EWS Managed API
We are using Body property of contact object in EWS Manged API. The issue we are facing is that it this property returns the body wrapped in html tags. Can any one please let us know how to get only...
View ArticleError while generating Recurrence meeting request with Exchange Web service
getting this error while gerenating recurring meeting request using Exhcnage Webservice 2007 "One occurrence of the recurring calendar item overlaps with another occurrence of the same calendar item."...
View ArticleNot able to get "Customer ID" of contact using EWS Managed API
We have a contact list already existing in Exchange 2007 server. This contact list is getting managed using Interop.CDO API. We added customerid in each contact using property...
View ArticleHow to create a template message in EWS to use with "serverreplywithmessage"...
Hi! Im trying to create a serverside rule for a mailbox using EWS. I want the mailbox to reply automatically to incomming emails. To do this i have to create a template message that can be used when...
View ArticleExchange EWS PushSubscriptionRequest 2010: How to to get notified using a...
Exchange EWS PushSubscriptionRequest 2010: How to get notified using a service account that has permission over some users. I have an account for myself (my@business.com). I am able to subscribe to...
View ArticleReading Bcc list and distribution list in Transport agent
Hi, I am writing a routing agent for exchange 2010.I am reading email properties like subject, body, cc, bcc ,to list etc. I am usingRoutingAgent and OnRoutedMessageHandler method where I get...
View Article