IEWSClient.GetServerTimeZoneIds

GetServerTimeZoneIds()

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

public string[] GetServerTimeZoneIds()

Return Value

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

See Also


GetServerTimeZoneIds(params string[])

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

public string[] GetServerTimeZoneIds(params string[] timeZoneIds)
ParameterTypeDescription
timeZoneIdsString[]Identifiers of time zones for checking existence on the server.

Return Value

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

See Also


GetServerTimeZoneIds(IEnumerable<string>)

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

public string[] GetServerTimeZoneIds(IEnumerable<string> timeZoneIds)
ParameterTypeDescription
timeZoneIdsIEnumerable`1Identifiers of time zones for checking existence on the server.

Return Value

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

See Also