ExchangeServiceBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an abstract binding to an Exchange service.
public ref class ExchangeServiceBase abstract
public abstract class ExchangeServiceBase
Public MustInherit Class ExchangeServiceBase
- Inheritance
-
ExchangeServiceBase
- Derived
Properties
AcceptGzipEncoding |
Gets or sets a value that indicates whether GZip compression encoding should be accepted. |
ClientRequestId |
Gets or sets the request ID. The ClientRequestId property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
ConnectionGroupName |
Gets or sets the name of the connection group for the request. The ConnectionGroupName property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
CookieContainer |
Gets or sets the cookie container. |
Credentials |
Gets or sets the credentials that are used to authenticate with Exchange Web Services (EWS). |
HttpHeaders |
Gets a list of HTTP headers associated with requests to Exchange Web Services (EWS). |
HttpResponseHeaders |
Gets a collection of HTTP headers from the last response. The HttpResponseHeaders property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
KeepAlive |
Gets or sets whether a request should contain a Keep-alive header. The KeepAlive property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
PreAuthenticate |
Gets or sets a value that indicates whether HTTP pre-authentication should be performed. |
RequestedServerVersion |
Gets the requested server version. |
ReturnClientRequestId |
Gets or sets a flag indicating that a client requires responses to include the request ID. The ReturnClientRequestId property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
SendClientLatencies |
Gets or sets whether client latency information must be sent by the client. The SendClientLatencies property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
ServerInfo |
Gets information that is associated with the server that processed the most recent request. |
Timeout |
Gets or sets the timeout that is used when sending HTTP requests and when receiving HTTP responses, in milliseconds. |
TraceEnabled |
Gets or sets a value that indicates whether tracing is enabled. |
TraceFlags |
Gets or sets the trace flags. |
TraceListener |
Gets or sets the trace listener. |
UseDefaultCredentials |
Gets or sets a value that indicates whether the credentials of the user who is currently logged on to Windows should be used to authenticate with Exchange Web Services (EWS). |
UserAgent |
Gets or sets the user agent. |
WebProxy |
Gets or sets the Web proxy server that handles requests. |
Events
OnResponseHeadersCaptured |
Calls the ResponseHeadersCapturedHandler handler. The OnResponseHeadersCaptured event is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
OnSerializeCustomSoapHeaders |
Represents the event that is called to enable applications to emit custom SOAP headers in requests that are sent to Microsoft Exchange Server. |