Hi,
I'm trying to open the MessageStore of a user using MAPI. The weird thing is, when I run this a console application, while I'm logged with the user, everything works fine.
But when I run this as a Windows Service I get MAPI_E_NOT_FOUND when trying to open the MessageStore.
I already configured the service to run as the user.
Map...
Hi there!
I've been trying to retrive attachment from message in Exchange 2003 server using WebDAV.
Ican successfully read messages and retrive list of attachments. However I am failing to save attachments. In both cases errors is:
"The remote server returned an error: <403> Forbidden.
Any idea what I'm doing wrong?
My code:
...
Hello,
is it possible to put 2007 OWA GUI (only GUI) on existing 2003 OWA?
thanks.
...
Hello,
my client has an exchange server and offers free email accounts to his clients and partners. His clients need access to some web applications through login and password and need to be authenticated .
i thought about creating a custom asp.net membership provider that hits exchange instead of the regular aspnetdb store.
Is there ...
I'm trying to get a list of calendar objects from exchange and sorting them based on subject. The part of of getting the objects just based on date and sorting out via subject is in "code" is now working, but i want to do a sort on subject in the "sql" first, but im unable to make it work ( Currently getting error from exchange saying th...
I'm passing the Folder.Id.UniqueId property of a folder retrieved from a FindFolders query via the query string to another page. On this second page I want to use that UniqueId to bind to the folder to list its mail items:
string parentFolderId = Request.QueryString["id"];
...
Folder parentFolder = Folder.Bind(exchangeService, parentFo...
Exchange 2010 does not support the ESE API for doing backups like it did in 2003 and 2007 according to MSDN. I Quote: "Exchange 2010 no longer supports the ESE streaming APIs for backup and restore of program files or data. Instead, Exchange 2010 supports only VSS-based backups."
So my question is, if this is the case, why is the DLL (E...
I'm attempting to use EWS 2010 Managed API to get the total size of a user's mailbox. I haven't found a web service method to get this data, so I figured I would try to calculate it. I found one seemingly-applicable question on another site about finding mailbox sizes with EWS 2007, but either I'm not understanding what it's asking me to...
I have a Windows Service that uses Exchange Web Services to get calendar items that are set with a Sensitivity of "Confidential." The Sensitivity level is set by the users when they put appointments on their calendar. The setting of "Confidential" was chosen because in all my research, I found that Outlook/Exchange essentially ignores th...
Goal: Provide a web service using Visual Basic or C# or .NET that interacts with the Exchange Management Shell, sending it commands to run cmdlets, and return the results as XML. (Note that we could use any lanaguage to write the service, but since it is a Windows Box and we have Visual Studio 2008, it seemed like easiest solution would ...
I am getting the error message “The remote server returned an error: (501) Not Implemented.” when I try to use the HttpWebRequest.GetResponse() using the GET Method to get an email attachment from exchange. I have tried to change the HttpVersion and don’t think it is a permissions issue since I can search the inbox.
I know my credential...
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 [email protected]). Our Exchange admins have created an account on the Exchange box so that we can log in and send from that address. ...
Hi,
I am trying to update a replica list on a Exchange 2003 public folder. I am using the WMI namespace exchange_publicfolder to try and add an Exchange server (using the servers DN) to the AddReplica procedure. Every time I run this I get an invalid parameter as an exception.
Below is the code that I am using to do this.
WMI.C...
I'm having some trouble using EWS with tasks and reminders, specifically, the due date.
When I run my code, shown below, the task is added to my exchange account and I can see it fine in outlook. All the data in it looks fine too. However, if I specify to have a reminder for the task, the due date it shows is very wrong.
It's usually 1...
I am not good at jsp but I wondered what can cause such a problem when every other strings are displayed well:
a JSP file queries information of people by their name at Contact (MS Exchange). the query returns the full info of the person; and the first, last names are printed. Last names with apostrophes (Ex: O'reilly) aren't displayed ...
Hi, 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.
Is there any solution to achieve this? Preferably not using any plugins or installs on the end user's PC?
...
Hi to all,
i need to run exchange cmdlets from a c# console application.
i followed with success the guide from http://msdn.microsoft.com/en-us/library/bb332449.aspx but only for the basic command and one parameter.
the cmdlets i need to run is:
Get-MailboxStatistics -server evs | Select servername, StorageGroupName,databasename,@{e...
Introduction:
I have a dojox HorizontalRangeSlider UI component. On each side of this control I have a texbox displaying the value of the respective sliders.
Problem:
When I enter a new value in my textbox I can update the internal value of the RangeSlider but the handles do not respond to the change. How can I achieve this?
...
We are looking at sticking some metadata into the X-Headers of email messages. These emails are for consumption by internal systems, and will be hosted on an Exchange server.
Is there a maximum size for the ammount of data that we can store in an X-Header?
Are there any limitations, such as special characters, that I should know about...
I need to determine the location of (mobiles) users within the enterprise buildings & floors.
They are all using Microsoft Exchange & Office Communicator. If I have access to the IP address, I can know the location.
Is there a way to retrieve the last IP address of the user by using Microsoft Exchange or Office Communication Server API...