Class WebClientUrl
- Namespace
- Microsoft.Exchange.WebServices.Autodiscover
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the URL of the Exchange web client.
public sealed class WebClientUrl- Inheritance
- 
      
      WebClientUrl
- Inherited Members
Properties
AuthenticationMethods
Gets the authentication methods.
public string AuthenticationMethods { get; }Property Value
Url
Gets the URL.
public string Url { get; }