Tagged Questions

Refers to the Microsoft product Exchange Server.

learn more… | top users | synonyms

8
votes
4answers
766 views

Exchange 2003 - which API to use to find out room/resource availability?

I need to expose room availability information from a web service that will be consumed by a number of other applications. The availability information is stored within Exchange 2003, and can be ...
7
votes
1answer
5k views

How to get contact list from Exchange Server?

Can anyone tell me the simplest way to get a contact list from Exchange Server? I'm using C# From what I found out, Exchange Web Services only exists for Exchange Server 2007 and beyond. That would ...
5
votes
5answers
272 views

Is there a way to automatically re-send an email according to certain rules with Outlook 2007 and MS Exchange?

I am looking for a solution to the following problem: My manager wants to automatically send a second message when he sends an email to X and there is no response in two days. If there is no further ...
5
votes
2answers
371 views

Techniques for integrating an ASP.NET intranet app with the Outlook calendar

I can ignore the braying of my users no longer. They want a task scheduling system and at some point I have to deliver. I was thinking of making my own (can't be hard), but then users would have two ...
5
votes
2answers
2k views

C# create calendar item with EWS, how to get back the results?

I build an app based on this site http://msdn.microsoft.com/en-us/library/dd633661%28v=EXCHG.80%29.aspx appointment.Subject = "Status Meeting"; appointment.Body = "The purpose of this meeting is to ...
5
votes
2answers
381 views

Whats the best way to Programmatically Process New Email Messages and Store Attachments

I have several clients/vendors that distribute reports to me via email. Some of these files are enormous, and need to be removed from email and saved on a file share for processing, as well as to ...
5
votes
1answer
634 views

Mail Storage Quota Checker in C#

We have a requirement to build a tool for users in an Intranet scenario. The tool should check how much percentage of the Mailbox Quota (set in Active Directory) is being used. Currently, they can ...
4
votes
2answers
553 views

Difference between sending a MailMessage to an Exchange Server and sending to an SMTP server

I am trying to use the MailMessage class to construct e-mail messages that are transmitted to an SMTP server for delivery using the SmtpClient class. My email is configured on outlook through an ...
4
votes
1answer
871 views

How do I interface with Exchange Server using C#?

We had a bit of a snafu on our e-mail server and the permissions went out of whack on our users e-mail folders. Unfortunately our users are all on Outlook Web Access and do not have access to change ...
4
votes
1answer
614 views

Exchange server 2007 - ExchangeServiceBinding::UpdateItem failed

For ExchangeServiceBinding::UpdateItem on Exchange 2007 got the following error message : When making a request as an account that does not have a mailbox, you must specify the mailbox primary SMTP ...
4
votes
3answers
2k views

Are there any API to integrate Microsoft exchange server with Java application for Task synchronization?

I am trying to integrate Java web application with Microsoft Exchange server for bi-directional calendar (i.e. Task) synchronization. Are there any Java Open-Source / Commercial API for this ...
4
votes
4answers
1k views

Get inbox message from Exchange server using .net

Anybody knows how to do this? I need to create a service that will connect to the exchange server and download the messages ever x minutes... thanks!
3
votes
3answers
135 views

How remove accents in PowerShell?

I have a script which creates users in Microsoft Exchange Server and Active Directory. So, though it's commmon that user's names have accents or ñ in Spain, I want to avoid them for the username to ...
3
votes
2answers
2k views

How do I send HTML (multipart/alternative) from Exchange Web Services (2010 SP1)

This issue came to light as I was trying to send an HTML message with inline images (attachments) through EWS. However I have backed off to the simplest form and found that I cannot even send HTML ...
3
votes
1answer
3k views

getting autodiscover URL from Exchange email address

I'm starting with an address for an Exchange 2007 server: user@domain.exchangeserver.org And I attempted to send an autodiscover request, as documented at MSDN. I attempted to use the generic ...
3
votes
2answers
579 views

2-way sync between ms exchange calendar and Java app

we are developing a CRM app which holds customer meeting info. Users have requested that their Outlook calendars should reflect the activity they have booked in the CRM application and vice versa. ...
3
votes
2answers
999 views

Getting a sent MailMessage into the “Sent Folder”

I'm sending MailMessages with an SmtpClient (being delivered successfully) using an Exchange Server but would like my sent emails to go to the Sent Folder of the email address I'm sending them from ...
3
votes
1answer
163 views

Using [delphi] MadExcept errorhandling with MS Exchange Server 2007

I currently use madExcept.MailAsSmtpClient to send my bug reports. However a couple of large clients have upgraded to Exchange Server 2007 and we can't get the SMTP support for our app configured (the ...
3
votes
1answer
869 views

Are extra installs needed to access Managed EWS on an Exchange 2010 server?

Does the system administrator need to install anything extra to get EWS Managed API working for clients on Exchange 2010? At the moment I am getting problems just using AutoDiscover via the managed ...
3
votes
1answer
194 views

Communicating between a Windows Service and Exchange Server

I recently created a windows service which can wear various hats depending on what it needs to do. One of these hats is the ability to create update and delete outlook contacts on an exchange server. ...
3
votes
3answers
399 views

EMail from ASP .NET

I have used the smtp class to send emails through code. Can I use the classes in the .net framework to display emails received on a page without having to use something like exchange sdk? How ...
3
votes
3answers
8k views

how do I access exchange mailbox from asp.net web applicaion

I have the task of integrating a web application with MS Outlook Exchange account. I want to read the inbox items, send, reply and delete messages. Are there any good vb or c# examples out there?
3
votes
6answers
5k views

Accessing an Exchange Server without Outlook

Is there a method of accessing an Exchange server that does not have IMAP or POP3 enabled without Outlook? It does not appear that Outlook Express supports Exchange (only IMAP and POP3).
2
votes
0answers
67 views

How to get DAG info from MS Exchange Server 2010 using LDAP Query from AD?

I wanted to know about LDAP Queries used to get more information about Exchange Server. What I am interested in knowing more about Data Availability Groups, Statistics Regarding them and Replication ...
2
votes
1answer
45 views

How to use VBA in MS Office 2003 to add members to a Exchange distribution list

My company is using Office 2003. I want to programmatically add members to a distribution list in the GAD ("Global Address Book") on an exchange server. VBA would be most convenient, but anything ...
2
votes
1answer
72 views

How to get Out of Office Status of User in SharePoint Workflow

I've a requirement where I need to read the Out of Office status of a user in SharePoint Workflow (Visual Studio) before creating a Task for that person. If the person is out-of-office the workflow ...
2
votes
3answers
130 views

How do I detect new mails in an Exchange server mailbox?

I have a mailbox that gets alerts from different servers from time to time. Each time, we get this alert, I want it to perform a custom action based on the contents of the email. And I would like to ...
2
votes
2answers
193 views

How to get DL in exchange server using java api?

How to get DL (distribution List) from Microsoft exchange server via EWS in java? I have tried ews java api but could not find list of Distribution List(GAL) of exchange server, any help regarding to ...
2
votes
1answer
207 views

Powershell Remoting Speeding up a Foreach Loop Hosted Exchange

I have a CSV of email adddresses and Departments that I need to set on Live@edu. The command I currently have looks something like this: Import-CSV departments.csv | ForEach-Object { Set-User ...
2
votes
2answers
83 views

How to get the structure of Msg Table of Edb files?

I am trying to read the offline edb files.What i have now is the tables of edb files i want to know the structure of the tables.Any help
2
votes
1answer
255 views

How can I set MHT-body for mail sending through Exchange Server?

I have a message as an MHT-File. Now I am searching for a way to set this for a mail to send through Exchange Server (with Exchange Web Service). When I set it as a MIME-Content, the parts (picture ...
2
votes
3answers
3k views

c# programmatically reading emails from the Exchange server

When you search on web you will find very easy answers for "How to read emails programmatically"... Al the websites are explaining most of the same like this page. http://omegacoder.com/?p=454 // ...
2
votes
1answer
554 views

Accessing Microsoft Exchange using Java - any better APIs

I have a requirement to access Exchange Server(2003, 2007) to send and receive mail, contacts, folders and calendar using Java API. Exchange Server 2010 supports this with Java webservices, ...
2
votes
1answer
452 views

Unrecognized authentication type when doing an Auth to Exchange from Rails

I'm getting this error when trying to authenticate with Exchange Server from Ruby on Rails: 504 5.7.4 Unrecognized authentication type config.action_mailer.raise_delivery_errors = true ...
2
votes
0answers
156 views

can i use .net to get email address from exchange (not AD) using username?

is there a way to get at the exchange data store? i want to pull the email address of users in my c#/ .net application - preferably using user names. i am doing this in AD but the email addresses in ...
2
votes
3answers
188 views

Why is Microsoft Exchange so popular? [closed]

Microsoft Exchange market share is generally quoted to be very high. What are the technological factors which put Exchange at an advantage over its competitors, that is, other alternatives? Are there ...
2
votes
1answer
999 views

Can Windows Phone 7 connect to an Exchange server to sync its contacts, calendar etc.?

Can Windows Phone 7 connect to an Exchange server that allows the phone to keep its contacts, calendar etc. in sync? Thanks!
2
votes
3answers
99 views

Access webpages through email

My data provider allows me to access mails on my phone, but not internet. I am thinking of writing a utility to fetch a webpage through e-mail, so that I can get view webpages on my phone while I'm ...
2
votes
3answers
1k views

How to send receive mail from MS Exchange

How can I , from a custom c# application, create and send/receive mails from MS Exchange? I am assuming this is not directly possible with the standard framework mail classes. If I could ...
2
votes
0answers
92 views

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+), ...
2
votes
2answers
605 views

PowerShell 2.0 via C#, return values are empty?

I'm using C# to call Exchange 2010 PowerShell methods and I've just encountered a snag. The Collection returned by the Execute method don't have a BaseObject. I can use .Properties["PropertyName"], ...
2
votes
2answers
772 views

Where are Exchange Web Services: ExtendedPropertyDefinition IDs defined?

In researching how to use Exchange Web Services, I see examples like this Dim PR_DELETED_ON As New ExtendedPropertyDefinition(26255, MapiPropertyType.SystemTime) Dim PR_SEARCH_KEY As New ...
2
votes
2answers
1k views

getting access to outlook exchange global address book

i am building a csharp application and i would like a dropdown list of all users in my outlook global address book (the same one when i click on To: from outlook gui. is this possible to get this ...
2
votes
2answers
1k views

Querying the Global Address List (GAL) for users across domains

I need to search for all users containing a certain text string in their name against the Exchange Server Global Address List. This operation will be performed from an ASP.NET application. Note that ...
2
votes
2answers
846 views

Error sending mail with System.Web.Mail

An older application using System.Web.Mail is throwing an exception on emails coming from hr@domain.com. Other addresses appear to be working correctly. We changed our mail server to Exchange 2007 ...
1
vote
1answer
64 views

Difference between Exchange Web Services of Exchange server 2007 and Exchange Server 2010

I am working on one client issue related to Exchange server. and so I am looking for the exact difference between the above mentioned EWS. I had WSDL for two Exchange web service one of Exchange ...
1
vote
1answer
104 views

How to get all the account details using Get-MailBox

I know this is silly question but I am new with Powershell cmdlet. I want all details of user of a mailbox. I am using Get-MailBox but I just get Alias name and name there, but I want all the ...
1
vote
3answers
81 views

Programming with MS Exchange 2007

I am new to programming in Exchange space. I would like to develop exchange plugin in c#. this plugin should be able to get all the messages (messages for all email ids) and depending on some rules ...
1
vote
0answers
63 views

Include attachment in .ics file for a response to a meeting request

I am using the following tag while creating my ics object; Attach;FMTTYE= text/plain ;ENCODING =BASE64; VALUE =BINARY : (base 64 encoded text for a image) But it seems server not able to parse the ...
1
vote
1answer
46 views

how to track messages on an outlook server

i'm writting a program, and some of its features is to track email messages sent to a specific email addresse. the server is MS exchange, and i'm wondering how to make this feature. the purpose is : ...

1 2 3 4 5 6