exchange2007

Sharepoint deployment with Exchange 2007

I am planning to deploy a single-server Exchange 2007 configuration and I'd like to also start using Sharepoint for collaboration - what would the recommended deployment scenario be to accomplish this [Sharepoint will also run on its own server] to allow use of OWA + Sharepoint sites both as public resources as well as common space for d...

Exchange 2007 Not Allowing Mail To Be Sent From Console App

I am trying to send email using Exchange 2007 from a console app using the following code and I get this error message in the exception that gets thrown on the Send call. The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated MailMessage ...

Exchange 2007

I need to access an user mbx file and automatically print out different attachments. I have done this in Outlook with some vba programming, by creating a rule that prints them on the default printer. I would like to achieve the same thing, but instead by using a C# webserivce. We use Exchange 2007. I would kindly ask for some hints or e...

Sending e-mail from generic accounts Exchange 2007

I have generic email accounts, which I want several AD users to monitor, such as [email protected] and [email protected]. They need to be able to use the from field or global address list within their Outlook 2003/2007 to select these generic accounts when sending e-mail and also be able to add the relevant mailbox to view incoming e-mails...

Problem with JavaMail and Exchange Server 2007 - BAD Command Argument

Hi, In the application I'm working on, there is a function that connects with a mail server via IMAP using JavaMail. One of our clients had the following stack trace: javax.mail.MessagingException: A13 BAD Command Argument Error. 11; nested exception is: com.sun.mail.iap.BadCommandException: A13 BAD Command Argument Error. 11 at com...

WebDav And Exchange2007 HTTP1.1 404 Ressource not Found!

i have Exchange2007. and i am using the url: "https://exchange2007.exchange.server.com/Exchange/username/calendar"; 'calendar', or 'mailbox'( in your language! example, "boite de reception" in french or "calendário" in portuguese) with that url that i'm using i can list my ressources, but can't send a mail or write an appointement! wh...

Get Appointment Body from a Room Resource Calendar

According to this article, using a combination of FindItem and GetItem it should be possible to retrieve the notes section from an appointment. This seems to work fine for a USER mailbox but fails when executed against a room resource mailbox. Is there a way to retrieve the message body from from an appointment in a room resource mailb...

Receive email from an Exchange server in Biztalk w/o using POP3 or IMAP

I know Biztalk has a POP3 adapter for receiving/processing email, but our network group has disabled both POP3 and IMAP access to our Exchange servers. Since I'm not able to connect using those protocols, I'm looking for other options. Is there some way to connect through OWA? Some kind of API access? Are there any other protocols/adap...

Get e-mail Contacts from exchange 2007 in C#

Is anybody know how to pull contact list from Microsoft Exchange 2007 using c#? ...

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 successfully, but rewriting the 'Return-Path' header does not seem to work. To make this all happen, I have written a custom SmtpReceiveAgent and subscribe to the OnEn...

Create a second calendar for users in Exchange 2007

I need to programmatically create a second calendar for all our users in Exchange 2007. Can someone suggest the best way to get this done? ...

How to get or add contacts to users Exchange mailbox?

Wondering if anybody know: How to get or add contacts to users mailbox, using account with admin rights to access them in Exchange 2007. coding in C# 2008. Searching for 4 days already cant find any examples of this solution. ...

python and sll/Exchange 2007: No suitable authentication method found

I'm trying to send emails from a python script with smtplib, and it works with no problems with smtp through Exchange 2003, but with Exchange 2007 shows: SMTPException: No suitable authentication method found. Python code is the same in both cases (except server and login information of course). I'm passing username and password in a...

Export-Mailbox cmdlet not deleting emails

Hi, I've got an issue with using Export-Mailbox cmdlet in Powershell to delete emails between two dates from a mailbox. The current code that I am running is: Export-Mailbox -Identity mailboxname -StartDate "01/11/2009 00:00:01" -EndDate "14/11/2009 00:00:01" -DeleteContent I know there are emails that fall between these two dates, ...

Auditing Exchange 2007 Mailbox Full Access Permissions with Powershell

Hi, I on occasion I get asked to produce a list of users who have Full Access rights to a particular Exchange 2007 Mailbox. At the moment I am doing this manually, and I'd ideally like to do it with Powershell. Is there anyway to produce a list of Full Access Permissions (and Send On Behalf rights would also be useful). Thanks, Jonny...

how to show current user's inbox in sharepoint 2007

I found this web part for Exchange 2003, but in exchange 2007 even after user login, web part shows exchange 2007 owa login page (instead of current user inbox). How I can show current user's exchange 2007 inbox in moss 2007? Any Idea? ...

Exchange 2007 two node cluster setup on Windows 2008 Enterprise, install error

I am installing Microsoft Exchange 2007 x64 in a two node environment using Microsoft Windows 2008 Enterprise x64. The Failover Cluster is all setup properly and following best practices for setting up the windows clustering for use with Exchange 2007. All the validation tests pass on the cluster and all of that portion is working fine...

Determine the latest content in an email.

The problem: Random e-mail from different clients are received in my MS Exchange mailbox, I am not concerned with previous content rather the latest text of the message and would like to extract it. This is currently developed as C# managed Exchange sink obtain these messages but I cannot devise a straightforward method to reliably par...

How to detect changes to all MS Exchange 2007 users' calendars?

How can one detect changes to all Microsoft Exchange 2007 users' calendars? For single users or small groups, you can register push/pull event subscriptions. However, if you have many users (30k+), this seems unfeasible as you have to keep up with user additions, expiring notification subscriptions. COM+ event sinks can be registered o...

exchange web service SyncState size

Does anyone know how big SyncState can get? This is the value used by the SyncFolderItems() call in Exchange Web Services 2007 SP1. We need to store this value in a database for subsequent calls, and I can't find any documentation that says how large it can get. Except for things like "this can get large". ...