_Application.TimeZones Property

Definition

Returns a TimeZones collection that represents the set of time zones supported by Outlook. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::TimeZones ^ TimeZones { Microsoft::Office::Interop::Outlook::TimeZones ^ get(); };
public Microsoft.Office.Interop.Outlook.TimeZones TimeZones { get; }
Public ReadOnly Property TimeZones As TimeZones

Property Value

Remarks

The set of time zones supported by Outlook is based on the data stored in the Windows registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones.

Applies to