No announcements
Found 1787727 threads
-
0 Votes
Difference between ExchangeService and ExchangeServiceBinding
Q1. I am bit confused between ExchangeService and ExchangeServiceBinding. Can someone please enlighten me with the differences. Q2.I am developing an ...Answered | 2 Replies | 5323 Views | Created by eshny - Friday, July 16, 2010 4:19 PM | Last reply by eshny - Monday, July 19, 2010 3:56 PM -
0 Votes
ExchangeService or ExchangeServiceBinding
exchangeservicebinding, is there any know problem or scalability of the application. I am try to get theUnanswered | 3 Replies | 6261 Views | Created by Ben Joyce - Friday, May 28, 2010 5:58 PM | Last reply by David Claux - MSFT - Tuesday, July 20, 2010 3:52 PM -
0 Votes
EWS Auto generated proxy Vs reference to Microsoft.Exchange.WebServices.dll
ExchangeServiceBinding esvcbindingAnswered | 5 Replies | 6105 Views | Created by snehaSri - Friday, February 26, 2010 7:18 PM | Last reply by Hareen - Tuesday, March 8, 2011 11:22 AM -
2 Votes
Where is ExchangeServiceBinding?
you don't use ExchangeServiceBinding you use the ExchangeService Object see ...Answered | 3 Replies | 7338 Views | Created by Toxxmaster - Tuesday, October 11, 2011 9:52 PM | Last reply by Glen Scales - Thursday, October 13, 2011 1:48 AM -
1 Votes
While access other's calendar event i got error
That error indicates you don't have access rights to the Calendar folder your trying to access so you will need to either grant rights to the Folder using Add-MailboxFolderPermission or ...Answered | 3 Replies | 1536 Views | Created by Hardik Ramwani - Monday, July 29, 2013 2:35 PM | Last reply by Glen Scales - Wednesday, July 31, 2013 7:14 AM -
0 Votes
Passing current user security token to ExchangeService
Hi, I am wondering if it is possible to pass credentials of current user to ExchangeService object. Currently I am ...Answered | 1 Replies | 5070 Views | Created by Firoz A - Tuesday, February 14, 2012 3:20 PM | Last reply by Paul stork, [MCM, MVP] - Tuesday, February 14, 2012 3:45 PM -
0 Votes
PropertySet.FirstClassProperties in ExchangeService
I do have the impression you dont also know or you are not allowed to tell it to me. Neither actually. There is no predefined list of first class ...Answered | 6 Replies | 5170 Views | Created by Ole K - Wednesday, August 17, 2011 8:35 AM | Last reply by Ole K - Friday, August 19, 2011 7:48 AM -
0 Votes
Using ExchangeServiceBinding for folder permissions
ExchangeServiceBinding is from the WSDL proxy objects see http://msdn.microsoft.com/en-us/libraryAnswered | 2 Replies | 3385 Views | Created by sureshh - Tuesday, November 22, 2011 10:11 PM | Last reply by sureshh - Wednesday, November 23, 2011 3:53 PM -
0 Votes
Problems with EWS -> ExchangeService
Hi, I am new to EWS, and have added my service reference fine in vs 2010. However, most the code samples i've been looking at use an object of type ...Answered | 2 Replies | 5420 Views | Created by MJOw - Thursday, August 5, 2010 7:50 AM | Last reply by MJOw - Friday, August 6, 2010 1:19 AM -
1 Votes
Serialize the ExchangeService object [managed api 1.1]
This is probably the answer but it is unfortunate. I'll like need some sort of DTO for the ExchangeService object.Answered | 2 Replies | 4235 Views | Created by Christopher A. Cardinal - Monday, August 29, 2011 3:37 PM | Last reply by Christopher A. Cardinal - Thursday, September 1, 2011 5:31 PM -
0 Votes
ExchangeServiceBinding is in which assembly ?
Hi sureshh, This forum is intended for problem reports or clarification specifically about the Exchnage Open Specification documentation itself. Since your question is ...Answered | 3 Replies | 8237 Views | Created by sureshh - Tuesday, November 22, 2011 9:21 PM | Last reply by sureshh - Tuesday, November 22, 2011 10:14 PM -
0 Votes
ExchangeServiceBinding with questions about access to EWS
Hi, I'm N.Shirato. ExchangeServiceBinding withAnswered | 2 Replies | 4601 Views | Created by N.Shirato - Tuesday, March 15, 2011 1:43 AM | Last reply by N.Shirato - Wednesday, March 23, 2011 1:34 AM -
0 Votes
Message Tracking for EWS Managed API
I searched ExchangeService (Managed API) for a member exposing a proxy object (ExchangeServiceBinding) and haven't found any. From what I understood, ...Answered | 3 Replies | 5851 Views | Created by Alfred Myers - Friday, January 15, 2010 7:37 PM | Last reply by David Sterling - MSFT - Tuesday, January 19, 2010 3:47 AM -
0 Votes
ExchangeServiceBinding - The SMTP address has no mailbox associated with it.
associated with this application. My first attempt sets up an ExchangeServiceBinding like: // Identify theAnswered | 1 Replies | 7747 Views | Created by KevinBurton - Wednesday, March 30, 2011 5:04 PM | Last reply by Sebastian Canevari - Wednesday, March 30, 2011 8:52 PM -
0 Votes
EWS Managed API: Multiple ExchangeService objects a problem? Resource-Intensive?
Hi, the ExchangeServiceBinding object is a rather light-weight class, so you can (and should) create multiple instances of this class. And whatever you do - the ...Answered | 2 Replies | 5186 Views | Created by Hoetz - Wednesday, August 5, 2009 2:05 PM | Last reply by Hoetz - Wednesday, August 5, 2009 4:14 PM -
0 Votes
[E2010] [EWSMA] [C#] EnableSCPLookup in ExchangeService class
I am using code like the one below to get the EWS URL: svc.EnableScpLookup = false; svc.AutodiscoverUrl(mailbox); The above code works ...Answered | 2 Replies | 4788 Views | Created by vijayst - Monday, October 31, 2011 11:06 AM | Last reply by vijayst - Monday, October 31, 2011 12:15 PM -
0 Votes
AuthorizationLevel.Function and O365 / ExchangeService Authorization in AzureFunction
= Environment.GetEnvironmentVariable("O365UserPassword", EnvironmentVariableTarget.Process); ExchangeService service = new ExchangeService ...Answered | 1 Replies | 375 Views | Created by Carsten Pietsch - Monday, April 8, 2019 1:08 PM | Last reply by Carsten Pietsch - Tuesday, April 9, 2019 7:41 AM -
0 Votes
Initialize ExchangeService - how to determine current version?
Thanks - I realise I can get the information through PS or the Management Console, I was more looking for a way of determining it automatically instead of the user having to select from ...Answered | 4 Replies | 2978 Views | Created by Craig Tolley - Wednesday, January 23, 2013 4:33 PM | Last reply by Craig Tolley - Thursday, January 24, 2013 11:38 AM -
0 Votes
the right way to initialize the ExchangeService object
The ExchangeService class is not thread safe. You should use a separate instance on each thread. Also not that items you create or bind to using a given ExchangeService ...Answered | 1 Replies | 6101 Views | Created by wangdawei - Sunday, April 19, 2009 11:34 PM | Last reply by David Claux - MSFT - Monday, April 20, 2009 1:22 AM -
2 Votes
Exchange Web Services and ExchangeServiceBinding in Visual Studio 2008
Let me know the whether the Exchange Server 2007 will instal only on Windows Server. 2003 , we can't install on XP or not.. ...Answered | 6 Replies | 10220 Views | Created by decay - Wednesday, October 29, 2008 9:00 PM | Last reply by David Claux - MSFT - Sunday, January 31, 2010 9:05 PM - Items 1 to 20 of 1787727 Next ›
No announcements