exchange

Using additional email inboxes for Sharepoint Workflow approvals

One of our managers is encountering an issue with Sharepoint Workflows. His team has a standard AD user account setup with an email inbox that they all have access to via Outlooks "Open these additional Mailboxes" option. The Sharepoint workflow is setup to send approvals to this general-use user account. The problem is, when they receiv...

JavaMail Exchange Authentication

Hello, I'm trying to use Exchange authentication from my app using JavaMail to do this. Could some one give me a guide to do this? After authentication I need to send mails that's the main reason that I'm using JavaMail. All the links that I found talks about problems with this but I think this must be an easy task to do from Java. Than...

SMTP event Sink in c++: How to set MAPI named property?

Hi, I need to add a named property to incoming email messages in a c++ SMTP event sink. I got the event sink framework code working fine but need a way to go from IMailMsgProperties* to MAPI named properties inside my handler. Does anyone have sample code or know how to do this? ...

ActionMailer and Exchange

Hello Community, I successfully send Mails via SMTP using my Rails App and my Postfix Server. Now I need to move to an Exchange: Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 that has POP3 and SMTP support enabled. I use actionmailer 1.2.5 and am not able to successfully login to the server while trying to send a mail. In ca...

Deploy PowerShell Exchange Cmdlets with site but without installing full Management Instrumentation

Is it possible to run web site for managing Exchange Recipients on a web-server, where only PowerShell is installed? I dont want to install full Exchange Management Instrumentation on web-server, I want to use only Microsoft.Exchange.Management.PowerShell.Admin snap-in. Can I use some dlls from Exchange Server bin folder? ...

Quitting Fasthosts and Need a Managed Email Provider

Hi guys, Fasthosts email service has been down all day so both us and our clients have been without email. Not really good news for a web development company. Even their site is down! After the fiasco the other year with them losing everyones passwords it is time for a change. Does anyone know of a good managed email reseller accoun...

Programmatically create a Distribution Group in Active Directory

I have a Windows Domain here that runs Exchange 2007, and I need to programmatically create new Mailing Lists. From what I could gather so far, Exchange mailing lists are just normal AD Groups, so I mainly have to worry about the interaction with AD. I used the System.DirectoryService namespace to query AD, but I'm not sure what the cor...

Linux & C++: Easy way to exchange objects between two processes

Hello, I would like to know what is the easiest way (amongst various alternatives) to exchange objects (or some data) between two linux-based systems. It appears socket-programming could be a choice, but I have not done it earlier so I am not sure if it is the best way. Could anyone point me to a reference please? TIA, Sviiya ...

webdav query Unauthorized on production server and authorized on testing server

im trying to access my exchange inbox using webdav and it works from my testing server (windows 2003 64bit, contain MOSS instalation) and not from my production server (windows xp 32bit). for authentication im using: ICredentials credentials = CredentialCache.DefaultCredentials; from my production server im getting: The remote...

Is it possible to automatically update cell phone contacts from a public MS-Exchange folder?

We have another contact store in another database which our sales team would like to access using Outlook from their cell phones. Has anyone done something similar to this? If so what experience did you make and how much effort was it? Even if not done, does anyone have some comments about how they would go about it? Thanks for any hel...

How to change ExchangeConnectionMode ?

I have a console application written in C#. This application copies e mails from exchange mail A to Exchange mailbox B. I am making use of Outlook redemption to log on to exchange mail boxes and do the copy operation. The issue is thatwhen I connect to exchange mail box, the exchangeConnectionMode is olCachedConnectedFull so when I do co...

Setup Entourage for Exchange via HTTP communication

Our ISP set up a hosted exchange server for all our mail. I've setup all our Outlook users with no problems. We have two people using Mac OSX Leopard and Entourage. Entourage has the option of adding an Exchange account, but I have no idea how to tell it to connect to exchange via HTTP. Heres an excerpt from the client setup docs the ...

How do I query exchange for all events on a calendar?

I'm currently writing a room booking diary template for an ASP .Net CMS and I need to be able to retrieve the information from an exchange calendar. Can anyone point me in the direction of some good sample code which lets me query an individual calendar based on a month parameter? Also, is it possible to provide a parameter to the quer...

adding contacts from sugarcrm into exchange using .NET

Hi, I am trying to find the best way of syncing the contacts out of SugarCRM into an Exchange 2010 address list. I know that the contacts need to be in AD for Exchange to be able to add them to an address list and that Exchange adds attributes to the contact object in AD. What is the best way of adding, at present about 5,500 contact...

Active Directory Extended Rights

Is there a way using C# to search for users with an extended right? Specifically I am looking for users with the right "ms-Exch-EPI-May-Impersonate". As a followup is there a way to set that right for a specific user? ...

Authenticate imaplib.IMAP4_SSL against an Exchange imap server with AUTH=NTLM

Yesterday, the IT department made changes to the Exchange server. I was previously able to use imaplib to fetch messages from the server. But now it seems they have turned off the authentication mechanism I was using. From the output below, it looks as if the server now supports NTLM authentication only. >>> from imaplib import IMAP4_...

exchange server and sas 9.1.3/9.2

has anyone successfully interacted with a microsoft exchange server in SAS 9.1.3 or 9.2? i know it can be done with SAS Ent. Guide 4.x, but i'm not interested in that route if regular SAS can do it. ...

Java + MS Exchange: how to retrieve .msg files

Dear people, I've created a Java program with which I can retrieve mail from an Exchange mailserver. Problem is: the mail is in EML format and I need the MSG format! Right now I'm retrieving mail through the web access part of Exchange, using the Apache Slide project... is it possible at all to use java to retrieve msg files from an Ex...

Rails - Send emails through an exchange server

How does one use an exchange server to - Send an email from a rails application Authenticate credentials (user name / password) Thanks. ...

Outlook item to webDAV location

Hey: I have a web application which has a calendar, and I want to allow that calendar to be sync'd with an Exchange server. I've written code to create appointments on an Exchange server directly in a user's calendar using webDAV. I save the appointment locations (URLs) so I can update the appointments in outlook if something changes ...