Version 24.2 (latest)

ExchangeServerConnectionSettings Class Properties

For a list of all members of this type, see ExchangeServerConnectionSettings members.

Public Properties
 NameDescription
Public PropertyAcceptGZipEncodingGets or sets the value indicating whether the server should return information compressed with GZip.  
Public PropertyCookieContainerGets or sets the cookies associated with the server.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyHttpHeadersGets or sets the HTTP headers which should be sent with each request to the server.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyPreAuthenticateGets or sets the value indicating whether HTTP pre-authentication should be used when connecting to the server.  
Public PropertyRequestedServerVersionGets or sets the requested version of the server.  
Public PropertyTimeoutGets or sets the timeout used when requesting information from the server, in milliseconds.  
Public PropertyUrlGets or sets the URL to the Microsoft Exchange Server.  
Public PropertyUserAgentGets or sets the value of the user-agent HTTP header.  
Public PropertyWebProxyGets or sets the web proxy used when connecting to the server.  
See Also