ExchangeService(ExchangeVersion) - конструктор |
Initializes a new instance of the
ExchangeService class, targeting
the specified version of EWS and scoped to the system's current time zone.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public ExchangeService(
ExchangeVersion requestedServerVersion
)
Public Sub New (
requestedServerVersion As ExchangeVersion
)
public:
ExchangeService(
ExchangeVersion requestedServerVersion
)
new :
requestedServerVersion : ExchangeVersion -> ExchangeService
Параметры
- requestedServerVersion
- Тип: Tessa.Exchange.WebServices.DataExchangeVersion
The version of EWS that the service targets.
См. также