Refers to the Microsoft product Exchange Server.
0
votes
0answers
5 views
Exchange ews api, list all users
I am trying to retrieve all users of an exchange server using EWS API, as this answer suggested, it's possible to do with powershell. However, I will need perform this task to many servers, running ...
-1
votes
0answers
6 views
exchange 2013 appointment pending [closed]
we are uing an Exchange Server 2013 with different Outlook versions as clients.
Now there is the problem, that there are some users, who can't send appointments to external users. In the mail flow log ...
1
vote
0answers
25 views
Administratively accessing end users' blocked senders list
I am an Email Administrator at my University and the office that sends out student updates feels like many of the students have blocked them. They want us to see how many people have blocked them.
We ...
-2
votes
0answers
15 views
microsoft exchange - push app onto android and ios devices? [closed]
An MS exchange admin can monitor and manage lots of settings on mobile devices that have an account on it. But is it possible for an exchange admin to push certain apps onto these devices as well?
0
votes
0answers
13 views
How to disable “Exchange ActiveSync” while creating a new mailbox using C#
How should I disable "Exchange ActiveSync" using C# code while creating a new mailbox in Microsoft Exchange 2010?
1
vote
1answer
15 views
Creating Contact with photo via EWS Proxy Classes
I`m tring to create contact via EWS Proxy Classes. All works fine, but i have 1 problem: i can't add contact photo.
I know, that i need to add attachment and set IsContactPhoto property to TRUE, but ...
0
votes
0answers
16 views
While installing Exchange 2007 sp1 “Exchange organisation does not support this version of Exchange server”
First of all, I don't know is this write blog to ask to these types of questions to guide the blog that i can post it there.
I am facing the error "Exchange Organisation does not support this version ...
0
votes
0answers
118 views
Creating an Exchange server-side auto-reply rule using an EWS script – server rejects template because the “Id” property is null
I'm trying to write a script to create new autoreply rules using the code found here: http://gsexdev.blogspot.com/2012/11/creating-sender-domain-auto-reply-rule.html (Unfortunately, the New-InboxRule ...
0
votes
0answers
79 views
Powershell to connect to an exchange server and remove messages from the Queue
I have Python code that is supposed to use Powershell to connect to an exchange server and remove messages from the Queue. (I am new to Powershell)
I have found this which also led to this. Which ...
-2
votes
0answers
27 views
access internal-use calendar data from MS Exchange api [closed]
How could I use php or javascript to access calendar data of exchange service(internal company use)? Are the data on exchange server or on the company server?
0
votes
1answer
26 views
Could not read html body of an email with javax.mail on MSExchange
I have the following code reading the inbox:
Properties props = System.getProperties();
props.setProperty("mail.store.protocol", inboxSettings.Protocol);
Session session = ...
0
votes
0answers
23 views
Can't download offline address book
We changed our EX 2003 server to EX 2010 server. We got some strange issue, and one of this, we can't download OAB on clients.
I tried serveral things:
E:\Exchange\ClientAccess\OAB - This ...
0
votes
1answer
17 views
Where to find Microsoft.Exchange.Data.* assemblies
I am looking at implementing a Microsoft Exchange Transport Agent (http://msdn.microsoft.com/en-us/library/aa579185(v=exchg.140).aspx) to do some email processing, but I'm having trouble figuring out ...
-3
votes
0answers
39 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
1answer
51 views
NTLM authentication scheme selected error
I am developing a application in java to get email attachmants from exchange server (version 10), i have windows 7 (32bit) pc. my code is compiling successfully but giving error at run time, saying-
...
0
votes
0answers
35 views
Sending Mail from alias address using ews api
I am facing a problem in sending mail from alias id using ews api. I have a primary id abc@company.com with its alias xyz@company.com. I am trying to send message from xyz@company.com but it keeps ...
0
votes
0answers
52 views
How to access Microsoft Exchange Active Sync using Objective C [closed]
I want to compare the events found in EAS(Exchange Active Sync) with the iOS device. I need a sample project or tutorial or guidance for this situation. I have tried different sites but that doesn't ...
0
votes
0answers
39 views
Importing emails from exchange server
does anybody know if there's a way to get emails from a Microsoft Exchange Server using Microsoft Access/VBA/VB.NET and IMAP?
Connecting Outlook and importing emails is no problem -
I know how to ...
0
votes
0answers
25 views
EWS Managed API : How to check server responses? [duplicate]
I'm using EWS Managed API to develop a room reservation system. I have 1 room as a resource and I want to book it. I was able to do so that through the API. However, I want to check whether the room ...
1
vote
1answer
37 views
What is the simplest EWS call to test connectivity?
Among all the Exchange Web Services Operations I'm looking for the simplest one I can initially use to check if my connectivity to the EWS endpoint works.
The low-level code I use to build and execute ...
0
votes
1answer
65 views
Set Content-Type as text/plain using EWS java API
I use EWS Java API to send mails through Exchange 2010. From the trace i find that Content type is set as text/xml. Is there a way to send mails as plain text only???
Content-Type: text/xml
Thanks.
1
vote
1answer
45 views
Set DateTimeCreate with EWS Proxy classes
Is it possible to change CreationDateTime, SentDateTime, etc.????
I`m tring to create/update message. All run fine, but i need to set field ItemType.CreateDateTime with my values (eg. I need to ...
0
votes
1answer
54 views
Reading ALL custom properties on Exchange Server with EWS
I would like to read all "Custom properties" from EWS-Items. I do have the names of the properties (e.g. "duration" oder "distance") but I did not create them (my clients did).
I guess I will have to ...
0
votes
1answer
53 views
Exchange 2013 Add SSL Certificate
I am trying to add an SSL certificate to my exchange server, but I cannot figure out what I should be putting for the location where it saves the certificate request. I have put in a path to a local ...
0
votes
0answers
30 views
Open Source Email library supporting as many email protocols as possible? [closed]
I want to add an email notification feature to my development.
Rather than reinventing the wheel and writing code for all the protocols i want to support; IMAP, POP3, SMTP, Exchange Server; are ...
3
votes
2answers
94 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 ...
0
votes
1answer
46 views
Sending Email from my application cause an exception
I have an application that send email for my issues. I use SmtpClient class for this work.
It works fine with one of my mail servers but recently I use an exchange server for sending mail.
my ...
1
vote
1answer
48 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
29 views
Check a DirectoryEntry property whether is editable or not
I'm facing 2 problems of my developing application. They make my application running very slowly
My application allows the user to save DirectoryEntry property to LDAP. But in the display form, ...
0
votes
1answer
163 views
bugzilla + configure to use microsoft exchange mail server as smtpserver
Try to setup bugzilla on linux, below are the setup configuration:
CentOS v6.4 32bit
Bugzilla v4.2.5
Installation seem ok and bugzilla working, but when configuring bugzilla to send email whenever ...
0
votes
0answers
133 views
Remove Read-Receipts headers from emails in a PST file. To import to Office 365
I have wanted to use Office 365 for small business, so i started a trial, and commenced importing my current and historical pst files to the exchange server.
When I did that, my clients started ...
0
votes
0answers
110 views
java EWS1.2 API: How to find which certificate our Exchange server is looking for
I have referred to almost every question on this topic on SO but none of the answers gave me a break-through unfortunately.
I am using EWS1.2 and running the following code from within eclipse to ...
1
vote
0answers
76 views
EWS - Download attachment from nested emails/embedded emails
We are trying to download attachments of embedded email within an email. Unfortunately embedded email is of type message/RFC822 and does not have any information available even if ItemAttachment is ...
1
vote
0answers
152 views
Android: Getting Configured Corporate Email ID Programmatically
I am using the default email client of Android (Native Email App) to configure my Corporate account. I am using Exchange server Account. I am using myname.pfx file as a mode of authentication. After ...
1
vote
0answers
35 views
Connection timed out issue in cfexchangeConnection
I have windows 7 (32bit), ColdFusion 9 installed on my PC.
My email account is configured in outlook 2007 and it is working fine. But when I try to connect to an exchange server using ...
0
votes
0answers
99 views
php-ews filter calendar by subject [closed]
I am using php-ews and able to connect and pull the calendar item for specific user mailbox , what i am missing is how to filter the calendar items based on specific string in Subject . in coldfusion ...
0
votes
1answer
83 views
connecting from powershell 2.0 to local exchange 2007
I'm trying to connect from my PowerShell to Exchange 2007 (both are on the same computer).
What am I missing?
My code:
Set-ExecutionPolicy RemoteSigned
$cred = Get-Credential
...
0
votes
0answers
79 views
intermittent FolderClosedIOException when trying to read attachments using javamail
I have a feature in my application that downloads emails from a Microsoft Exchange IMAP mail server. I keep getting following exception when its trying to download attachments. The problem seems to ...
1
vote
1answer
67 views
How to add hyperlink in meeting body using EWS to c#?
How i can add the body information as a hyperlink in EWS meeting?
// Create the appointment.
Appointment appointment = new Appointment(service);
// Set properties on the appointment.
...
0
votes
0answers
37 views
Retrieve calender information from exchange server in ios application
Does anyone know a way to retrieve calendar information from MS Exchange Server using iOS SDK? Is there an API for doing this?
We need to retrieve this information setting up Active Sync in the ...
1
vote
0answers
52 views
EWS API Streaming subscription stops working
Created an windows service which saves all received and sent emails to my local drive and my service successfully does that.I have also resubscribed my streaming subscription onDisconnect event and ...
0
votes
0answers
54 views
Unable to send emails via WCF Exchange Server Mail Transport
I am trying to create an application that sends emails via Exchange Server, using WCF Exchange Server Mail Transport. However, the first 2 references for the desktop application from this example are ...
0
votes
0answers
90 views
Outlook/Exchange 2013 Message rule loop
The business I'm working for is running Outlook 2013 with Exchange 2013 licenses. The business requires everyone to get all incoming mail, however, it's stipulated everyone controls their own inbox. ...
0
votes
1answer
86 views
How to get occurence number of a recurrent meeting from the EWS using c#?
Below is the link for modifying and deleting occurrence of a recurrence meeting.
http://msdn.microsoft.com/en-us/library/exchange/dd633618(v=exchg.80).aspx
My question is how we can get the ...
1
vote
1answer
93 views
Exchange username DOMAIN\USERNAME\MAILBOX deduced from an e-mail address
I'm trying to connect to MS Exchange using javax.mail.Store.
According to the following post Connecting POP And IMAP Clients To MS Exchange Server the username has to be specified as ...
1
vote
0answers
178 views
Loading OWA Web Part in iFrame, how can I pass in the windows authentication
So I have done a bit of research on the matter. According to this link:
http://technet.microsoft.com/en-us/library/bb232199(EXCHG.80).aspx
In the "Permission for using Outlook...." section it says:
...
0
votes
0answers
162 views
Exchange Powershell new-mailboxsearch -force tag returns error not allowing new search to take place
I'm in the process of leveraging the -force tag of the new-mailboxsearch command and according to the documentation in Exchange 2010 and Exchange 2013 it's supposed to end the previous search in ...
0
votes
0answers
21 views
Exception: unable to retrieve events for this subscription
I have created a console application for listening the outbox mail box using exchange server.whenever i send a mail to a particular outlook account my application read that mail and do some business ...
0
votes
1answer
422 views
Exchange EWS Managed API 2.0 get by date
Im using EWS Managed API to communicate between my c# project and our Exchange 2010 server.
I use this code to get all mails in the inbox from now and three days back.
var ews = new ...
0
votes
0answers
38 views
Can't Read .msg format attachment By using Exchange Server
I have created an Application for reading Inbox mail with attachment by using Exchange Server. After reading the mail i have saved the attachment file. The problem is that after reading an .msg ...

