_TimeZones.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a TimeZone object from the collection.
public:
property Microsoft::Office::Interop::Outlook::TimeZone ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::TimeZone ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.TimeZone this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As TimeZone
Parameters
Property Value
A TimeZone object that represents the specified object in the collection.