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...
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, ...
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 ...
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...
Is there a module, or other way to integrate Drupal/Drupal Calendar and Exchange Server Calendar?
...
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...
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>...
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?
...
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
...
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...
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]
...
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...
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...
"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 ...
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();
...
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:" ...
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...
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...
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...
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?
...