IAsyncEwsClient.GetServerTimeZoneIdsAsync

IAsyncEwsClient.GetServerTimeZoneIdsAsync method

The GetServerTimeZoneIds returns information from time zone id that are available on an Exchange server.

public Task<string[]> GetServerTimeZoneIdsAsync(IEnumerable<string> timeZoneIds, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
timeZoneIdsIEnumerable`1Identifiers of time zones for checking existence on the server.
cancellationTokenCancellationTokenThe cancellation token.

Return Value

Returns an array of time zone id that are available on an Exchange server.

See Also