Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
2answers
4k views

Extract Exchange 2007 Public Calendar Appointments using Exchange Web Services API

We have a public calendar for our company set up in an Exchange 2007 Public Folder. I am able to retrieve my personal calendar appointments for the current day using the code below. I have searched ...
5
votes
4answers
11k views

How do I send emails outside my domain with Exchange 2007 and c#

I am able to send emails using the typical C# SMTP code across Exchange 2007 as long as both the from and to addresses are within my domain. As soon as I try to send emails outside the domain I get: ...
4
votes
1answer
611 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 ...
3
votes
2answers
205 views

Custom Windows Service invokes Powershell to execute commands in exchange 32bit vs 64 bit issue?

I’ve developed a windows service developed in Visual Studio 2010 which performs Exchange 2007 administrative tasks and I’m moving it from a 32-bit development server to a 64-bit production server. ...
3
votes
0answers
559 views

Multiple PushNotification Subscriptions some work properly and some don't

I tried posting this on the Exchange Development forum and didnt get any replies, so I will try here. Link to forum I have a windows services that fires every fifteen minutes to see if there is any ...
3
votes
2answers
278 views

Determining version of Exchange server on the system using C#

Is there a way to detect which version of Exchange Server is running (2007 or 2010) via c#?
3
votes
2answers
988 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 successfully, but rewriting ...
3
votes
5answers
4k views

Exchange Server 2007 Web Services PHP Class

Does anyone know of an open source PHP class (preferably BSD or MIT license) that will interface with the MS Exchange Server 2007 Web Services via. SOAP? I am looking for a higher level class that ...
2
votes
1answer
51 views

Debugging EXCHANGE transport agent in VS2010 c#

I was given the source to a transport agent that parses incoming email that meet a certain criteria. I need to make some modifications but I need to track variables and my debugging attempts have been ...
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
229 views

Programmatically monitor Exchange Inbox and print label

Here's what I have... I have a program that keeps track of barcode type labels. I can select an item in the database and print a label for it. I am adding the ability to send an email to a specific ...
2
votes
1answer
548 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
0answers
90 views

categorize the exchange folders in Distinguished Folder and normal folder

My question is how to make difference between a distinguished folders and a folder created by user when i try to obtain the list of user folders using findFolder ws method FindFolderType request ...
2
votes
1answer
469 views

Exchange: Is it possible to search for a custom Extended Property across all mailboxes?

My team and I are in the process of integrating our custom CRM (built entirely on the MS stack) with Exchange. A key part of that integration is binding Exchange items (namely meetings and tasks) to ...
2
votes
2answers
2k views

How do I retrieve global contacts with Exchange Web Services (EWS)?

I am using EWS and wish to obtain the global address list from exchange for the company. I know how to retrieve the personal contact list. All the samples in the API documentation deal with updating ...
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
1answer
69 views

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. ...
2
votes
1answer
2k views

Differences between Exchange 2003 Web Services and Exchange 2007 web services

We have Exchange integration into our CRM (diaries and email); we have done this through CRL functions in our SQL 2008 server which handle all the authentication and communication with Exchange 2007 ...
2
votes
6answers
5k views

Is there a way to query who are activesync/bb users through Exchange PowerShell?

Is there a way to query against exchange 2007 to distinguish who is either an active sync or blackberry user using powershell exchange addin?
2
votes
6answers
3k views

exchange powershell : get-user has no Description property?

When I run get-user|get-member in powershell with the exchange add-in I noticed there is no description property. Does anyone know if it has been renamed to something else or another way of accessing ...
1
vote
1answer
39 views

How do I combine multiple tables into 1 table in powershell?

In powershell I can use the Format-Table command to sort everything in my results; however I have the same script that needs to return data from four servers. I am going to build an HTML report and ...
1
vote
1answer
35 views

How to read custom field value

I am using the below code to read the mails from my inbox using ews. I am able to read Subject etc. But how to read custom field value? ExchangeService service = new ...
1
vote
0answers
34 views

Exchange 2007 EWSMA - Occasionally Item.Bind(Service,ItemId) fails, even when the item exists

Hi we have sometimes the problem that an item is not found by the Item.Bind(..) method. A Microsoft.Exchange.WebServices.Data.ServiceResponseException is raised with the errorcode ErrorItemNotFound ...
1
vote
1answer
61 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
41 views

Is there a way to schedule Exchange 2007 to query and e-mail statistics?

I work very little with Exchange so I apologize if I seem clueless. What I'm trying to do is query the size of all mailboxes and e-mail that information to myself once a week. Currently I log into our ...
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
1answer
204 views

Implementing Outlook 2010's group by conversation using EWS and Exchange 2007

We're using EWS to generate some analytics on some of our mailboxes. Part of this is getting a count/name/start/end of conversations. A conversation being analogous to the way Outlook 2010 shows ...
1
vote
1answer
85 views

Receive Email Notification (Exchange 2007)

I'm looking to receive delivery notification from Exchange 2007, so that I can record whether an email has been received and resend if a set period elapses without an email being received. Basically ...
1
vote
0answers
62 views

Deal with Email Delivered Notification in Application

I'm looking for a way to deal with delivered notifications in an ASP.NET application. Basically I want to send an email with a delivery receipt, receive the delivered notification and then update my ...
1
vote
1answer
215 views

JavaMail search by ReceivedDate, doesn't work down to the second?

In IMAP, message numbering is based on when a message is placed into a folder (i.e. first message in the folder is 1, second message in is 2, etc.). However, this ordering has no regard for a ...
1
vote
2answers
203 views

Unable to run Get-CASMailbox in Powershell using -filter clause with a pipeline variable

I'm having some trouble with the syntax of Exchange cmdlet Get-CASMailbox. I'm running in a 2007 environment and I've tested in PowerGUI 2.4, 3.0, and the PS ISE 2.0. Sample code for demonstration ...
1
vote
0answers
243 views

Exchange Web Services (EWS) API “To” header for alias

I have an inbox set up in exchange, hello@mycompany.com Additionally, there is an alias for this, news@mycompany.com, so all emails to the news address end up in the hello inbox. Ideally, I want to ...
1
vote
1answer
525 views

How do I run a Exchange 2007 PowerShell script from the command line?

I have a very basic PowerShell script called MyScript.ps1 that runs quite happily in the Exchange Management Shell: Get-MailboxDatabase -Status | where { $_.Mounted -eq $True } If I try to run ...
1
vote
0answers
45 views

Add Event To OutLook Calender Using Exchange Server

I am new to exchange server API, can you please help me resolve my need on web application. I have one web page, on page click of button i have to approve created event to particular user. ...
1
vote
1answer
179 views

Delete messages from Exchange 2007/2010 from .net

I am looking for suggestion on how I can connect to Exchange 2007/2010 with .net and delete all items in a give mailbox. Thanks
1
vote
2answers
451 views

Java MAPI for MS Exchange 2007

I am looking for solution to connect Exchange 2007 from Java SE 6. The problem is, server has OWA enabled, WebDAV disabled, SMTP/IMAP/POP disabled, EWS disabled - that's the reason I have to use ...
1
vote
2answers
356 views

Microsoft Exchange 2007/2010 send SOAP request on an event?

is it possible for exchange server to send SOAP request (acts like a client) when on a new event? like calendar or contact adding/editing/deleting ? we have a web based system that works when people ...
1
vote
2answers
38 views

how to access, search and book meetings in Exchange 2007 via SharePoint 2007

Hejsan, I need to search the Exchange 2007 for meetings booked during the specific times. For example, meetings booked from 3pm-4pm on January 21st,2011. How can achieve this, preferably using the ...
1
vote
0answers
44 views

Exchange add-in that creates a folder and populates it with quarantine

I want to develop an Exchange add-in that would automatically add a folder to users' mailboxes in outlook. The Exchange add-in would allow users to manipulate quarantine mail through this ...
1
vote
2answers
2k views

Microsoft Exchange WebService URL

How to know Exchange WebService URL, I have Exchange server version 2007 and I am trying to write a small C# console application to collect some data from exchange server but don't know what is the ...
1
vote
1answer
128 views

Windows Service to synchronise with Exchange Server Contacts

I want to write a windows service that periodically synchronises a database with the contacts in an exchange 2007 server instance. Is this possible with Exchange Web Services or can I do this with ...
1
vote
1answer
322 views

How do I discover all mailboxes for an Exchange Server using Exchange Web Services?

I'm using Exchange Web Services Managed API 1.0 to access the Exchange servers (2007) in my organization. I need to iterate over all the mailboxes on a given server. I haven't seen a way to get the ...
1
vote
1answer
372 views

Cross folder searching of Exchange using Exchange Web Services

Is there a way to search Exchange using the EWS Managed API for all email messages across ALL folders. I'm using the FindItems API call -- but that appears to require that the search be confined to a ...
1
vote
1answer
792 views

Exchange Web Services (Managed API) vs. WebDav Performance Question

I'm new to Exchange (2007) development so please bear with me. :-). There appear to be a myriad of technologies for Exchange development -- the latest being Exchange Web Services -- and it's related ...
1
vote
2answers
573 views

Single Sign On with Java + Exchange 2007 EWS

I've been working on a project which uses SPNEGO to have Single Sign On for a Java based webapp. At the moment, it is working successfully with Jetty + SPNEGO and Active Directory so if you visit my ...
1
vote
1answer
217 views

retrieve details of users from the exchange server

I am using exchange server 2007 (outlook) to configure email accounts.. How can we retrieve the details of the users (mailboxes) present on the exchange server. This feature is there in outlook. By ...
1
vote
1answer
163 views

Viewpoint gem and Exchange resource account

I'm trying my hand at using the Viewpoint gem (by zenchild @ github) as the base for a meeting scheduling system. It's great at reading calendar information from regular Exchange 2007 accounts, but I ...
1
vote
1answer
651 views

Test Exchange EWS on public server

Is there any public Exchange server (emulator) that I can use to test / experiment with my Exchange Web Services implementation?
1
vote
3answers
985 views

Specifying the bounce-back address for email

I'm having a problem getting emails to bounce to a specific email address, different to the From address. A particular client requires that we send emails from a specific email address (call it ...

1 2 3 4