exchange-server
Create Folders and rules in exchange server 2003
I would like to k开发者_运维知识库now How to Create Folders and rules in exchange server 2003 as i am using webdav code in c#. I have tried with few examples but not able to get it.To create a folder,[详细]
2023-04-08 18:28 分类:问答how to track messages on an outlook server
i\'m writting a program, and some of its features is to track email messages sent to a specific email addresse.[详细]
2023-04-08 17:38 分类:问答Connect to exchange asyncronously using powershell
I have the following code to connect to my office 365 account using powershell: $Cred=GET-CREDENTIAL Write-Host \"Connecting...\"[详细]
2023-04-08 16:56 分类:问答EWS API - Create calendar and share with reviewer permissions
I\'m having some trouble on creating and share a calendar with review permissions using Exchange Webservice API .NET.[详细]
2023-04-07 00:30 分类:问答Query contacts across multiple mailboxes in 1 service call
Is there a way, using Exchan开发者_如何学运维ge Web Services Managed API, to query for a contact across multiple mailboxes using a single service call?I have a grid that loads contacts for the current[详细]
2023-04-06 19:17 分类:问答Exchange Web Services (EWS) - Exchange 2010 soap calls via suds
Im trying to send an email via Exchange Web Services using suds 0.4.1: import suds from suds.client import Client[详细]
2023-04-06 18:02 分类:问答Implementing Outlook 2010's group by conversation using EWS and Exchange 2007
We\'re using EWS to generate some analytics on some of our mailboxes. Part of this is getting a count/name/start/end of conversations. A conversation being analogous to the way Outlook 2010 shows th[详细]
2023-04-06 17:30 分类:问答Open mail in Outlook, through URL. Using Exchange Webservice
I\'m trying to get a intranet page to open an mailitem in the Outlook client. We are using Exchange Webservices(EWS), and communicating with an Exchange 2007 server.[详细]
2023-04-06 13:45 分类:问答How can I determine the "deleted on" date of an item in Exchange using EWS?
I\'ve written a C# program using managed Exchange Web Services (EWS) to query a user mailbox in Exchange 2010.[详细]
2023-04-06 11:19 分类:问答Exchange 2010 Powershell + C#: how to do WHERE query
I\'m using the exchange powershell in C# like this: public PowershellResult GetSendAsPermissions(string TargetIdentity)[详细]
2023-04-06 05:30 分类:问答