AutodiscoverService Constructor (String, ExchangeVersion)

Initializes a new instance of the AutodiscoverService class.

Namespace:  Aspose.Email.Clients.Exchange
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public AutodiscoverService(
	string domain,
	ExchangeVersion requestedServerVersion
)

Parameters

domain
Type: SystemString
The domain that will be used to determine the URL of the service.
requestedServerVersion
Type: Aspose.Email.Clients.Exchange.WebServiceExchangeVersion
The requested server version.
See Also