| Thread | Last Post | Replies |
|
| Can I set Free/Busy Permission to None when create mailbox by default | 27 Jun 2008 02:28 GMT | 1 |
I use the New Mailbox Powershell command http://technet.microsoft.com/en-us/library/aa997663(EXCHG.80).aspx to create mailbox in batch, after creating I found that the Free/Busy period in Exchange 2007 calendar by default is enabled.
|
| Exchange 2007 WebService - Create Appointment on another users Calendar | 25 Jun 2008 19:57 GMT | 4 |
How do I create an appointment on another users calendar? I know how to write to my own calendar, but how do I write to another users? Do I need to look in Delagate Access? Thanks,
|
| programatically sending e-mails, sending speed, Read options ... | 25 Jun 2008 00:47 GMT | 3 |
Good Day. programmatically creating and sending e-mails, from ExchangeServer 2003, using System.Net.HttpWebRequest and System.Net.HttpWebResponse. e-mails contain attachments, therefore also using CDO.Message.
|
| Redemption Item Moves | 20 Jun 2008 19:19 GMT | 1 |
I have been using Redemption particularly the ICS functionality. What I would like to know is if it is possible to detect if an item was moved from one folder to another. What I understood is that this is not possible, only if it was Changed,
|
| Getting Full Information from Exchange Cmdlets (programmatically) | 18 Jun 2008 14:14 GMT | 1 |
I'm programmatically (via C#) invoking some of the Exchange 2007 cmdlets. They only return a subset of all info available. For example, if I call Get-Mailbox, I only get back some of the data. What do I add to the cmd to retrieve all information available, kind of like what ...
|
| Move mails with dotnet | 17 Jun 2008 06:55 GMT | 1 |
Dear NG, i want to move incoming mails (Exchange 2007) with dotnet program to the rigth post box. Are there any example or other information?
|
| Exchange 2007 question | 15 Jun 2008 16:04 GMT | 2 |
Hi experts Is there any settings on the Exchange server 2007 that you can install certificate on the mobile phone directly when its trying to connect to the server that requires SSL certificate. One of my friend told me that he doesnt need to install certificate on the mobile phone ...
|
| Script to create mail enabled Public Folder | 12 Jun 2008 03:48 GMT | 1 |
I'm trying to write a script that will create a mail enabled public folder in Exchange 2003. I also need to be able to modify the email address of the public folder. Can anyone point me in the right direction?
|
| Deploying event sink on Exchange 2007 | 11 Jun 2008 08:43 GMT | 2 |
I've developed a global OnSyncSave Exchange event sink, which is working fine on Exchange 2003. But I'm having difficulties running it on Exchange 2007 server. How can I register a global event sink on Exchange 2007 server?
|
| Powershell + C# Add-AdPermission | 08 Jun 2008 19:14 GMT | 2 |
I created a active directory user (mailbox enabled) via C# and now I just want to add the impersonate permission to this account like : string comm = "Add-ADPermission -Identity \"Mailbox Database\" -User " + USER + " -extendedright ms-Exch-EPI-May-Impersonate";
|
| SMTPReceiveAgent + EWS | 06 Jun 2008 04:00 GMT | 9 |
I'd like to move arriving messages(which I intercept with SmtpReceiveAgent) to a differnt folder than the default one. My problem is that I don't know how this should be done. I'd like to use EWS to move messages which aren't included in the users Outlook contact list to the junk ...
|
| Need API Details For Getting Public Folder Properties | 05 Jun 2008 14:28 GMT | 4 |
Is there any API which can bring the MAPI propeties of public folder upon specifying the Exchange server name & public folder path. Also API shoud work with Outlook MAPI.
|
| Query Excahnge store for calendar items | 04 Jun 2008 19:21 GMT | 1 |
Is there a way to globally search for appointments without having to go to each mailbox calendar folder? - thanks Mansour
|
| urn:schemas: | 04 Jun 2008 02:30 GMT | 3 |
The following is quoted from MS Exchange 2000 SDK bol. Using urn:schemas:calendar:resources field in the SELECT clause of a query and using WebDAV to run the query, it does not return any data. Could you help me find out where and how to look for meeting resources?
|
| How to WebDAV query for the attendees response to a meeting reques | 04 Jun 2008 00:00 GMT | 2 |
I am trying to get attendees response to a meeting request directly from Exchange 2000 store. Outlook meeting request shows it on its Tracking tab. Could you please let me know the right way to do it. -thanks
|