ExchangeServiceGetOMEConfiguration - метод
Get the OME (i.e. Office Message Encryption) configuration data. This method is used in server-to-server calls to retrieve OME configuration
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<GetOMEConfigurationResponse> GetOMEConfiguration(
CancellationToken token = default
)
Public Function GetOMEConfiguration (
Optional token As CancellationToken = Nothing
) As Task(Of GetOMEConfigurationResponse)
public:
Task<GetOMEConfigurationResponse^>^ GetOMEConfiguration(
CancellationToken token = CancellationToken()
)
member GetOMEConfiguration :
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<GetOMEConfigurationResponse>
- token CancellationToken (Optional)
-
TaskGetOMEConfigurationResponseOME Configuration response object