0
votes
1answer
23 views
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.3 …
1
vote
2answers
61 views
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 …
1
vote
2answers
55 views
Editing an SMTP header with an Exchange 2007 Transport Agent
I'm currently writing an Exchange 2007 Transport Agent to replace some headers in all outgoing mails from a particular sender. I managed to replace the 'From' smtp header successfu …
0
votes
2answers
83 views
List of email address to public folders in exchange
How do i get a list of all e-mail address for exchange public folders?
Will reply on my own, will accept the best reply offered.
1
vote
2answers
25 views
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 …
1
vote
1answer
39 views
Getting the Out of Office status programatically from Exchange or AD?
When people use Outlook (in this case in a Windows AD Domain running Exchange 2003 and 2007), they can set an Out of Office reply. Office Communicator 2005 can access it as well, s …
0
votes
0answers
25 views
IIS smtp virtual server and None Delivery Reports [closed]
Hello and thanks in advance for any effort in assisting me on this issue. The problem at hand is such: we use an IIS 6.0 smtp virtual server to submit emails on behalf of our clien …
0
votes
1answer
65 views
WebDAV and Exchange Server - get contacts modified within the last X days?
I have a PHP application which connects to Microsoft Exchange server to retrieve 'Contacts' via WebDAV.
Is there a WebDAV query I can issue to Microsoft Exchange to get only cont …
0
votes
0answers
20 views
Find out what outlook items are opened?
Under MS exchange system manager, you can see current logons for an store (in my case a public store). You can add a column called "Open Messages". Is there any way to tell what th …
1
vote
4answers
227 views
Delay when using PHP mail() function to send email through Exchange (using sendmail as a relay)
I'm using the PHP mail() function to send emails from a Linux server, but using Exchange as the main MTA. To achieve this sendmail has been set up to relay everything to the local …
1
vote
1answer
64 views
Create Outlook task with Java.
I have a requirement to have a new task appear in a user's task list in Outlook. The catch is that the source of the task will be generated in a Java environment. Does anyone know …
0
votes
1answer
92 views
Creating outlook appointment with html body using webdav
I'm creating outlook appointments using webdav. I'm using following post body to create the appointment.
<?xml version="1.0"?>
<g:propertyupdate xmlns:g="DAV:"
xmlns …
0
votes
0answers
26 views
Using EWS Api to search thru different users mailboxes
Hi:
I have a problem, so here i am making questions.
We are developing a module which main goal is to track and collect information about damage inspections (insurance market). Eac …
1
vote
2answers
92 views
.NET Why can’t I override my web.config mailSettings?
Usually my application sends email with a generic system address. But in some cases I want to instead send as the logged in user.
web.config:
<?xml version="1.0"?>
<con …
0
votes
0answers
75 views
Using integrated authentication with EWS (exchange web services)
I'm in the process of setting up a company intranet. One of the requests is to do some intregration with Exchange Server 2007.
In my tests I can authenticate to EWS just fine usin …
