exchange

Is Exchange ActiveSync enabled by user? device? device type or OS?

Is Exchange ActiveSync enabled by user? device? device type or device OS? I'm asking because I'm going to an employer who said they only support Exchange corporate email on Blackberry or iPhone. I just purchased a Samsung Epic Android phone under Sprint. As far as I now there is no Enterprise email plan for that phone. But it does r...

Recover Exchange 2007 Storage group from EBD

Hi, Is there a way to restore the exchange 2007 storage group from an edb with no log files? My exchange server crashed and all I have is the .EDB file. Thanks ...

Recurring Events in Sharepoint changed from Exchange 2010 - alerts not correct.

Hi All, After installing Exchange 2010 SP1, it appears that Sharepoint is behaving differently. When a user edits an instance of a recurring item on a calendar that has not been edited previously, it treats this as a creation (generates an "added" alert email and updates the created date/time to the current date/time). Some users rece...

Exchange Web Services - Send email with attachment

I'm new to using EWS and I'm looking for a simple example that demonstrates how to send an email with an attachment. I've searched for an example and I can't find any that are simple and clear-cut. I've found examples about how to send an email but not sending an email with an attachment. Does anyone have a link to an example they wou...

Get the organizer's calendar appointment using EWS for Exchange 2010

I have an synchronization application with sync appointments with Exchange 2010, and i have some questions. UserA creates an appointment and add UserB as attendee, this means UserA is the organizer of the appointment and UserB outlook calendar will have an appointment entry created. UserA and UserB calendar appointment will have their ...

Read Email stored in Exchange 2003 Public Folders in C#

I have emails that are stored in Public Folders on an internal Exchange 2003 Server and I have some code that opens these emails, processes and then moves them to an archive folder. To complicate things, the Exchange Server will be upgraded, but when this occurs is out of my control. Currently my code uses Outlook automation and while ...

Outlook Web Access 'broken' - authenticates but displays incorrectly and isn't useable.

Hi all, We have an SBS 2008 server running Exchange. We have 5 users running from an office locally connected to exchange and everything is working perfectly fine. One of our users can begun travelling extensively and would like a way to access his email from any remote machine - Outlook Web Access seems to make sense. Unfortunately, I...

Is it possible to develop an app similar to the native mail app of iPhone iOS 4 that uses ActiveSync in synchronizing mails and calendar entries?

I understand the native app in the new OS is able to do synchronization. I am wondering if a third party app can also accomplish similar task, has its own settings page where a user can create and configure emails using Exchange server - independent of the OS's native mail and calendar app. Furthermore, is it possible that synchronizatio...

Exchange Appointment Types

I use the following code to save an appointment via Exchange Web Services Managed API: Appointment appointment = new Appointment(m_exchangeService); appointment.Subject = subject; appointment.Body = body; appointment.Start = start; appointment.End = end; appointment.Save(); When I do this the Appointment is created as a 'meeting' in O...

php mail function with html not shown correct in exchange

Hi there, I got a strange problem with php mail and exchange. When I use the a simple php html mailscript, see below (can be found all over internet) I see the mail as kind of plain text (see below) mail in Microsoft Exchange. But when I send the mail to an other account with Outlook I see the mail as a HTML-mail as it should be. Doest...

How do I use the Exchange Managed EWS API to find the appointments assigned to a Resource?

I'm trying to get a list of all the appointments assigned to a resource. Resource accounts can't be logged into, so I can't impersonate the accounts. I can set up an admin account with delegate access to the resource accounts. I've done this successfully, but it isn't allowing me to retrieve the appointments. How can I query all the ...

How do I create a Distribution list in an Exchange 2007 Public Folder using C#?

The EWS API does not allow you to create a Distribution list if you are using Exchange 2007. Creating a ContactGroup is only supported in Exchange 2010. How do you create a distribution list using C# in an Exchange Public Folder? ...

Send SMTP Email through Exchange Server Using Zend_Mail - How to Diagnose these Errors

I have the following code: $config = array( 'auth' => 'login', 'username' => 'domain\user', 'password' => 'password', 'ssl' => 'tls', 'port' => 25, ); $tr = new Zend_Mail_Transport_Smtp('192.168.101.11',$config); Zend_Mail::setDefaultTransport($tr); $mail = new Zend_Mail(); $mail->setBodyText($text); $mail->setFrom('nor...

MAPI for out of office Rules

Hi, I need to read and modify "out of office" rules (not subject, body or enabled flag) using MAPI, or any other API if possible, for example I need to read to whom the mails should be forwarded and to modify this field. Do you know any samples, url, starting point or anything else what could help me achive this thanks almir ...

Access to different mailbox exchange 2007 c#

I am trying to access a mailbox and I already gave permissions to the user as can be seen in the next image. 1-> is the email I want to check 2-> is the user that has permissions and when I run this code to get the inbox emails ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2007_SP1); service.Credentials = n...

Help with Exchance 2010 EWS (API) and/or PHP's NuSOAP library?

Just to be clear before continuing: using PHP's built-in SOAP class is unfortunately not an option here (production server's PHP is not built with it, and won't be). I'm trying to use EWS to allow me to authenticate users for a completely external server application. LDAP authentication has been disallowed. I have verified my EWS wsdl...

Mailbee to Exchange 2003 server

Hi, Iv done some coding with the Mailbee library, and it works great on my machine once i connect to my schools exchange server. But now that im trying to connect to another exchange server that i have login details for i get a exception: MailBee.MailBeeSocketRefusedException: Socket connection has been refused by remote host. InnerExc...

Cannot use vaiable with Get-User -Filter in Exchange Management Console

I cannot seem to use variable in the situation below. [PS] C:\>Get-User -Filter {SamAccountName -eq "Test.Smith"} Name RecipientType ---- ------------- Test Smith UserMailbox [P...

ews get all users from gal

Hi, I need to import all the users from global address book. ResolveNames (http://msdn.microsoft.com/en-us/library/aa563518(v=EXCHG.80).aspx) can only find some, according to search string. Thank you. ...

How to send a meeting request by email from SharePoint 2010 to an iPhone

As part of a Windows Workflow hosted on SharePoint we want to send a meeting request to non-active directory users, some of whom will most likely use an iPhone. We are currently using WebDav to talk to Exchange which sends out the email containing the request. The mail is successfully received as a calendar item in Gmail, Hotmail, Window...