I have an EmailMessage item saved in Draft folder. I need to open an editing form of it in browser, but cannot found id that is used by web client. In documentation there is such property, but it fails with Microsoft Exchange Server 2007. What is alternative?
Any help is appreciated.
...
Hi all!
I need to change appointment status to meeting, so that it invitations can be send by one click. But Appointment.AppointmentStatus and Appointment.IsMeeeting are read only properties. I've found, using reflector, that PropertyBag class is used for setting and getting items properties, but it's also internal. Can I change this pro...
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 customer records. Basically, when a salesperson schedules a meeting with a certain customer, the customer's GUID is attached to that meeti...
When I view outlook I see my mailbox but also additional "business function" mailboxes. One of these is "optingout"
I've written a console app that loops through several of these function mailboxes (by enumerating the folders in my session) and grabs all of the mails so I can then loop through them and take actions depending on the mail...
Since Exchange doesn't provide support for all local calendar types in OWA, I need to create one, using Microsoft.Net's support of calendars, but where should I start?
...
I have a user management application that I've written that works great under XP but as part of our prep for moving up to Windows 7 I have been trying to get it to run under Windows 7 and my Exchange PSSnapIn is not playing nice. It always reports
"No snap-ins have been registered for Windows PowerShell version 2."
But I can go ru...
I've been given the task of fetching a list of the largest mails in our Exchange 2007 server.
Since I've never coded against Exchange before, I looked around a bit and figured EWS is the newest interface to do so.
However I can't find any documentation about looping through the mails, which I expect to be necessary to check the sizes.
...
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...
As the subject says, I have a C# web application (.NET 3.5) that's communicating with an Exchange 2007 server. What I need help with is to programmatically (preferably from the web app itself) add a new mailbox alias to a certain mailbox and then before sending out the mail set the new alias as the reply-to address.
I'm fairly new to s...
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. ...
It does not matter what programming language. Can anyone please give me an idea if this is possible and any tools or API's available please?
...
Is there a way to grant a user "Full Mailbox Access" to a users mailbox without using the Exchange Management Shell components?
Wanting to grant the access remotely but without having to deploy powershell and the EMS components. I'm working in C# (.Net 3.5) with Exchange Server 2007 SP1.
Any comments or suggestions are greatly apprecia...
hi all,
Am getting SSL error while connecting to remote exchange server.
Can any one help me.
Thanks & Regards
Vijaybhasker
...
Is there any public Exchange server (emulator) that I can use to test / experiment with my Exchange Web Services implementation?
...
Hi-
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 got stuck trying to change the SOAP request header to allow me to read resource accounts as a delegate.
I came across http://blogs.m...
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 double clicking the id and checking details.
But, how can this be done programmatically? (using c#)
...
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 = new FindFolderType();
request.setTraversal(FolderQueryTraversalType.DEEP);
FolderResponseShapeType folderResponseShapeType = ne...
I am trying to interop to Exchange 2007 via its web-services and have the following issue;
Authentication mode = “windows” in the web.config….
Why isn’t the default credential passing the current user to the exchange webservice (EWS)?
Dim esb As New mailserver.ExchangeServiceBinding()
'Provide the NetworkCredential
esb....
Got an issue with email being sent after the upgrading of email server from Exchange 2003 to Exchange 2007. The problem is the html emails (with arbitrary attachment) sent by java application (using apache components) have no body instead the body is being added as attachment (ATT00001.htm). Have you encountered this problem? This happen...