views:

26

answers:

1

I'm having trouble finding any classes that implement Microsoft.Office.Interop.Outlook.TimeZone. Do any such classes exist?

+1  A: 

I think you need TimeZoneClass.

http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.timezoneclass.aspx

kbrimington
Looks like you're right, but sadly this class doesn't appear to have a useful constructor. I wonder if there is a factory that works with it.
Ben