Microsoft Exchange Server. Microsoft's Enterprise level messaging server.

learn more… | top users | synonyms

-1
votes
0answers
10 views

Exchange 2013: rpc over https [closed]

I need a sample code for client that connects to exchange 2013 with rpc over https. Especially I am interested in client authentication. P.S Is there any difference in connecting via RPC over http in ...
0
votes
1answer
13 views

PowerShell Exchange 2007 Outlook 2010 Full mailbox access except 1 folder

Does any one know a way to give userA full access to userB's mailbox with the exception of one folder in the userB's mailbox using PowerShell. Thanks in advance
-3
votes
0answers
6 views

troubleshooting Exchange 2010 / Outlook 2010 multiple mailboxes (full access / send as permissions) [closed]

I'm having problems with Exchange 2010 / Outlook 2010. Users log into the terminal server, open their outlook, and some of them must have multiple mailboxes management. From the EMC I gave ...
0
votes
0answers
15 views

Exchange 2010 EWS

I am having trouble trying to use EWS to make a custom folder structure on an mail account. I have found an example on how to do this on the web and it works great if you just want a single folder ...
1
vote
2answers
29 views

Exchange ItemID differs from GlobalAppointmentID for Outlook AddIn

The problem I'm having is that the GlobalAppointmentID of a Outlook Appointement created using a Outlook FormRegion differs from that of the ItemID when using EWS Managed API. I'm creating an Outlook ...
0
votes
0answers
18 views

Pooling Powershell to call Exchange through ASP.NET

I have an ASP application that utilizes the Powershell for Exchange snappins to perform various functions, such as mailbox quota limit increases and submitting new mailbox export requests. The ...
-2
votes
1answer
13 views

How to programmatically identificate “Out of Office” Emails of Exchange Server? [closed]

How to programmatically identificate "Out of Office" Emails that received from Exchange Server in mailbox that scanning by my application?
0
votes
0answers
5 views

How to Create a webapp mail client for microsoft exchange

I want to create a webapp e-mail client, for microsoft exchange. It should use form based authentication or certificate based authentication. Please suggest a way. The language I plan to use are ...
0
votes
1answer
16 views

EWS 2010 Get Calendar items without using Impersonation C#

I have a crawler that used to use an impersonation account to crawl users calendars. Now, I can not use this impersonation account and need to find a way for the crawler to work. Is there a way to ...
0
votes
0answers
25 views

Active Directory user's OU and Exchange Server

Is there any link between a user's location in AD (distinguished name) and the Exchange server? Let's say I'm performing a mailbox backup. This usually takes a few hours depending on the size. Is ...
0
votes
0answers
9 views

Executing rights for New-SPTrustedIdentityTokenIssuer on different domains

We have two domains : domain a domain b Domain A has Sharepoint 2013 installed. Domain B has Exchange 2013 installed. I want to configure Sharepoint Task syncing in Outlook... I'm supposed to run ...
0
votes
1answer
23 views

Forward RDOMail from original mail address by using Outlook Redemption

I'm currently developing an application that handles mail for mailboxes automatically. We use the tool Outlook Redemption and connect with one service account to multiple Exchange mailboxes. Case ...
-1
votes
0answers
26 views

Unable to connect to Microsoft Exchange server in iphone via any API/SDK

How to connect to Microsoft Exchange server as it happens in Mail+/Sparrow(iphone).I am using chilkat and MailCore. Chilkat is connecting to most of the servers like GMAIL (IMPA/POP) etc. and also ...
0
votes
0answers
13 views

Change MessageClass Exchange

Is there a way to change the messageclass in Exchange 2010 Transport Agent? Change it with Outlook or a third party software/library is no way. I found the property MapiMessageClasson the ...
0
votes
0answers
18 views

What causes the OnSubscriptionError to be fired in StreamingSubscriptionConnection in EWS API?

I am getting this error in production. Don't know what exactly causes this. OnSubscriptionError : Microsoft.Exchange.WebServices.Data.ServiceResponseException: The specified subscription ...
1
vote
1answer
40 views

With PHP IMAP connection to exchange server, what flag does exchange server use for UNSEEN emails?

I am using the PHP IMAP library wrapped in the handy little class from Barbushin: https://github.com/barbushin/php-imap I started testing against my gmail account, which would fetch my unread emails ...
1
vote
0answers
41 views

Powershell EWS upload eml

I have this code to upload EML files to exchange. #Upload Eml Sample $folderid= new-object ...
0
votes
1answer
14 views

Database size increase from Exchange 2003 to Exchange 2010?

I'm migrating an Exchange 2003 environment to Exchange 2010. The hardware has already been spec'd and is in place for our 2010 requirements but the back up solution is going to be upgraded separately. ...
0
votes
1answer
39 views

Changing the members of a static exchange distribution list programmatically

We have an important email distribution list, on exchange 2010, where the members change weekly, based on many work based criteria. Right now we change the members manually, and I would love to ...
0
votes
0answers
13 views

ReplaceMime together with SmartForward for ActiveSync

What exactly does ReplaceMime do, and how does it work? Reading the EAS documentation MS-ASCMD.pdf, the ReplaceMime only causes the SmartForward/SmartReply to revert to a SendMail thus making it ...
0
votes
0answers
15 views

accessing downloaded emails from Exchange @ Android

Is there any way to read already downloaded emails from my Exchange server within my own created android application which are stored in inbox (or any other folder)? I found how to read SMSes but I ...
0
votes
0answers
10 views

Contact permission in EWS

Can EWS Managed API be used to administer Contact Permissions in Exchange 2010 ? Using EWS API 2.0 we wont to give each user the standard contacts, and protect them from being edited.
0
votes
0answers
33 views

Outlook client sending ntlm even when set to negotiate authentication

I am using windows XP Client with outlook 2010 installed. The server i am using is exchange 2010 on windows server 2008r2. I have set authentication in outlook as "Negotiate Authentication", but from ...
-1
votes
0answers
60 views

Migrating Exchange 2007 Users to Exchange 2013 [closed]

In our company up until now, we've had an on-site Exchange 2007 installation. For the purposes of this question, we have 3 servers : Exchange07MBX01 (Mailbox, Hub Transport) Exchange07MBX02 (Client ...
2
votes
1answer
69 views

EWS Managed API : Checking Responses

I'm using EWS Managed API 2.0. I'm using the Calendaring part where you can book appointments as follows : Appointment appointment = new Appointment(service); //Set properties on the appointment. ...
0
votes
0answers
101 views

Exchange Web Services and C#: How to get appointments from shared calendar

I am trying to get a list of all the appointments for the day on a shared calendar. I have successfully done it for my own calendar tied to my user account. I tried getting the folderId of the shared ...
0
votes
1answer
50 views

cant change url , change url in php

I have a site developed by developer.. i dont know php or html, I am new to this subject plz help me if any on can I want to change url of my site current url is like abcd.in/index.php?page=9 I want ...
0
votes
1answer
31 views

StreamingNotifications not working with Office 365 / Exchange Online

I have developed a small console application to test EWS StreamingSubscriptions / Notifications. In the past we used Push Notifications but ,in theory, when using StreamingNotifications I should be ...
3
votes
2answers
71 views

How to call Exchange Web Services GetUserAvailabilityRequest when current timezone does not observe daylight savings time?

I am attempting to call GetUserAvailabilityRequest from South Africa Standard Time which does not observe daylight savings time, however, the TimeZone element requires StandardTime and DaylightTime ...
-1
votes
0answers
57 views

Send email via exchange server using imap function in php

I want to send emails through our exchange server. So when the email is sent, it will get listed in the sent item of exchange. Just like IMAP emails accessed in Outlook Express. Basically I want to ...
0
votes
0answers
20 views

Extracting the Lync meeting request URL from a meeting request

I'm using the Exchange API's to get the meeting invite from an Exchange server I can see the link to the Lync meeting in the body, but will have to do some tricky parsing to extract it, and will be ...
0
votes
0answers
35 views

EWS FindItem does not return items

I am using the FindItems operation of the Exchange Web Services API to return items from shared calendars. When sharing a calendar you set the detail level: Availability only Limited details ...
1
vote
1answer
43 views

Error performing the action getAttachments on CFExchangemail

I am trying to get attachments using the CFExchangemail tag but I am getting this error: Error performing the action. Exchange error Code : 501. The error occurred in ...
0
votes
0answers
100 views

Getting “Operation is not valid due to the current state of the object” error for Exchange commands

I have an ASP.NET 3.5 application running Powershell scripts to add/update Exchange mailboxes. Most of the Powershell commands work great, but two of them so far have caused an error: ...
0
votes
1answer
37 views

How to set the “Mark Completed” flag in Exchange 2007 w/SP2

Does anyone know how to programmatically set the "Mark Complete" flag in Exchange 2007 which makes a check mark appear in outlook. In outlook you can right click and select the "Mark Complete" option. ...
-1
votes
0answers
87 views

Unable to send/receive mail on Exchange 2010 - 5.7.1 Unable to relay Error

I recently installed Exchange 2010 for Small Business Server 2011 to set up a mail server for my domain. However I cannot send/receive mail from any accounts. When sending a mail back to the same ...
0
votes
1answer
104 views

How to pull public calendar data from Exchange Server 2007?

My task is simple. I have a public folder (a calendar actually) that I need to pull all the meetings from between two dates. I'm using Visual Studio 2010, ASP.Net 4.0, Microsoft Exchange Server Web ...
0
votes
0answers
24 views

Is there an easy way to implement an Active Sync protocol to share contact and calendar details without using Exchange server

I am a newbie in exchange. I want to implement exchange of data using Active Sync protocol without Exchange server. Basically, I want to share my database contact with customer. so when then sync ...
-1
votes
0answers
39 views

SBS 2008 Summary Network Report on iOS Devices [closed]

I wonder if anyone can help with the issue that I am currently unable to resolve. Each morning we have a number of clients that send us their Summary Network Reports automatically on a daily basis to ...
0
votes
1answer
56 views

JavaMail - Task ends without errors but no mail is sent

recently i've been working on an automatic daily mail sender plus a weekly mail inside two different threads on my project. The mail server is a MS Exchange (don't remember the version) When the ...
-1
votes
0answers
26 views

Exchange data with facebook friends [closed]

How to make an application that receives (and sends) information from Facebook friends who use the same application? For example: User_a, has a String st = "test1" User_b, can see => User_a = ...
0
votes
0answers
35 views

authenticate against exchange online

i am trying to authenticate against Exchange online which is reside in the Office365 domain to read mail & calender and send mail here is my code public static void main(String arg[]) throws ...
0
votes
1answer
66 views

EWS Notification Hub for multiple users

I am trying to create a service to push exchange notifications to asp.net applications, eventually using SignalR. My plan is to create a notification hub that subscribes each user as they log in to ...
-2
votes
1answer
40 views

Our server is sending thousands of SPAM emails - urgent advice needed [closed]

Yesterday morning our Internet went down and we couldn't figure out what was causing it. We thought it was the ISP however we thought we'd better investigate our own network first before calling the ...
0
votes
0answers
45 views

Python suds.TypeNotFound at Exchange EWS 2010

I'm just trying to access Exchange Web Services (EWS) 2010 with Python using Alex Koshelev’s EWS-specific fork of suds (can be found on BitBucket). I found the basic Code for accessing EWS here and it ...
0
votes
0answers
107 views

PowerShell Runspace to Exchange Online Budget Exceeded Error

I have an application that programmatically invokes PowerShell commands on Exchange Server. Connecting the app to Exchange online server outlook.office365.com is successful, and invoking individual ...
-1
votes
0answers
19 views

Exchange 2000 - move entire mail store to another server [closed]

I am in the situation that I have to replace an old server running MS Exchange 2000 server. This is running within a Active Directory domain consisting of, apart from that old server, a few Windows ...
0
votes
0answers
8 views

Exchange appointment category based on domain

My org has some reporting requirements for those who attend appointments like conf calls/webex etc. Is there a way for the server to set a custom appointment type on an appointment based on the ...
0
votes
0answers
26 views

Exchange Web Service - copy occurrences from one appointment to another

I try to copy the appointments of one user on an exchange server to a different user on another exchange server. What I have works well with standard appointments, and even recurring appointments; I ...
0
votes
1answer
54 views

EWS API: How to get pull notifications?

I am using the EWS API to connect and retrieve mail from a exchange 2007 server, which works fine. Now I would like to get pull notifications. I have found a example here, which is what I have tried: ...

1 2 3 4 5 27