UserConfiguration(ExchangeService) Constructor

Definition

Initializes a new instance of the UserConfiguration class with a service object.

public:
 UserConfiguration(Microsoft::Exchange::WebServices::Data::ExchangeService ^ service);
public UserConfiguration (Microsoft.Exchange.WebServices.Data.ExchangeService service);
Public Sub New (service As ExchangeService)

Parameters

service
ExchangeService

An object that binds to the Exchange server.

Applies to