exchange

Scheduled task username changed

I created a user on our exchange server, but later changed the username. Now, when I create a scheduled task for that user, and change it's settings (run only when logged on), the username is automatically changed back to the old username. What's causing this and how do I make sure the correct, new username is used for the task (otherwis...

Manipulating Exchange 2003 shared contacts folder remotely

I've got a CRM web app running on a remote server that needs to synchronise it's contacts with the in-house Exchange 2003 shared contacts. Exchange 2003 doesn't appear to support web services. What would the typical approach to this problem be? My initial instinct would be to open port 80 on the Exchange server, run a simple webserver, ...

How can I provide maximum integration between a calendar-like webapp and desktop calendar applications (like Outlook)

I've been assigned to upgrade/rewrite a webapp that my company uses to schedule conference calls. One of the goals of the upgrade is to improve integration between the application and our user's Outlook calendars (and ideally other calendar programs as well). At present, when a user is viewing the details of a scheduled conference call ...

Android 2.2 - and exchange password policy enforcement

Hi, In Android 2.2 site (link text it's written: Improved security with the addition of numeric pin or alpha-numeric password options to unlock device. Exchange administrators can enforce password policy across devices But while I'm using N1 with 2.2 and try to connect to my company exchange server it didn't enforce me to set a passwor...

Drupal and Exchange Server Calendar

Is there a module, or other way to integrate Drupal/Drupal Calendar and Exchange Server Calendar? ...

How do I retrieve all exchange accounts configured from a particular outlook instance using c#

Seems there is no Interop API to do so for outlook versions 2003 / 2007. Tried digging in to registry entries but couldn't find a reliable/consistent key across Operating Systems. Is there a better approach than reading registry to lookup account information ?? If registry is the only way, which registry key path is a reliable one acr...

How long does a MailItem.Property[myProperty] live?

I'm writing a TransportAgent for Exchange and want to tag a MailItem with some identifying information. The MailItem class seems to have this functionality with the MailItem.Properties property; however, my question is to the length of time an entry would remain available. e.g. e.MailItem.Properties.Add(new KeyValuePair<string,object>...

Creating n Configuring Exchange n IIS client certificate

Hey Guys, I am trying to install client certificate on our exchange server. I really don't have any experience with client cert. Does anyone have a guide that can help me with setting up client cart? ...

Exchange 401 Unauthorized

I am trying to connect to our exchange 2007 server. I have placed lots of exception handling to catch any errors and put them in the application log. Firstly, I have a function which ensures that a user can access the exchange service with the provided credentials: public bool Logon() { string pwd = /*Get password*/; try ...

Access Exchange shared folder via powershell

Hi, I need to access a public Exchange folder from my machine using PowerShell. I've found a guide saying that Get-PublicFolder is what I need, but I get this error: The term 'Get-PublicFolder' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again. Another guide suggests to add the e...

Is the ampersand sign a valid character for an Exchange email address?

I am trying to find out if the ampersand character "&" is a valid character for a Microsoft Exchange email address. I know it is valid according to the RFC but I am thinking that exchange has a subset of valid characters. Example: Tom&[email protected] ...

ABAddressBook ABSource and ABSourceType

I am attempting to create an app that can be used to search an Exchange GAL, however, I am finding the new 4.0 documentation regarding this subject confusing. Does anyone know how I might go about searching the GAL for names containing a specific string (e.g. "Smi")? My source code at the moment is all but useless as I am simply trying t...

How can I narrow down the point of failure in this ASP.NET ASMX to Exchange 2010 Managed API setup?

Since working with Exchange Web Services 2010 is a bit ridiculous, especially from anything other than .NET, I've been tasked with wrapping some functionality up in a SOAP web service that acts as a pass-through for other languages to interact with our Exchange environment. [Misc] <-(SOAP)-> ASP.NET ASMX web service <-(EWS Managed AP...

iphone iOS4 access to exchange public folders / calendars

"I'm trying to get iPhone to play nice with all my work calendars that sync over exchange. My personal calendar works great with adding/remove events. However, my department calendar which is in a public folder does not show up at all. Anyone know a work around?" When last asked a year ago the answer to this question was that it wasn't ...

MAPI_E_FAILONEPROVIDER from Redemption

I'm trying to user Redemption to update a user's Outlook contacts. The user I'm affecting is passed in the exchangeUser, call him "Target User". This code works when I run it logged in as myself: public OutlookFolders(string outlookRootFolder, string exchangeUser, string mailServer) { var session = new RDOSessionClass(); ...

Exchange WebDAV 400 Bad Request: Why?

I have been using WebDAV in PHP directly using XML. I have managed to create emails with attachments and so forth, but when i try to create a contact, I keep getting "400 Bad Request". Here is the webdav query and how i'm executing it: <?xml version="1.0"?> <g:propertyupdate xmlns:g="DAV:" xmlns:c="urn:schemas:contacts:" ...

Out of office replies are sent to 'from' address, 'not reply-to'

Hi, I am sending emails to clients in three different locations, using a common email address. Any errors/ out of office replies should go to local offices for them to deal with. So I use: from: [email protected] reply-to: [email protected] from: [email protected] reply-to: [email protected] from: [email protected] reply-to: [email protected] This se...

IE8 gets stuck while sending openid authentication request with activated attribute exchange

I´m getting a problem sending the authentication request with activated attribute exchange. It works with FF and Opera but IE seems to have a problem with it. The error occurs within the request.RedirectToProvider(). The Url within the address bar shows the endpoints url. Here is a code snippet where the authentication request is crea...

How do I do a Find operation with ReminderDueBy as a Paramater? [Microsoft.Exhange.WebServices]

I am using the Microsoft.Exchange.WebServices assembly and am trying to retrieve Appointments which have a Reminder set to go off in a certain time period. So basically I create a SearchFilter object using AppointmentSchema.ReminderDueBy: SearchFilter.IsGreaterThanOrEqualTo startTime = new SearchFilter.IsGreaterThanOrE...

How can I send mail with SMTP and see the mail in the Outlook outbox?

We have a new Exchange server and use SMTP to send mails over it. This works so far, but we have no idea how the SMTP mail can be configured so that the outbox in Outlook 2003 of the sender account shows this mail. Is this only possible using MAPI or other mail client protocols? ...