(Msg. 1) Posted: Fri Mar 06, 2009 12:05 pm
Post subject: Need to use the Time Zone Button on my custom appointment form Archived from groups: microsoft>public>outlook>program_forms (more info?)
I have created a custom appointment form that uses certain the Outlook
Appointment fields (i.e. Subject, Location, Start Date, End Date, etc.), but
I also need to use the Outlook Time Zone feature (and thus the Time Zone
field) but cannot seem to find this field to use it. Is this possible? If
not, is there a way I can copy this Date/Time change mechanism concerning
different time zones to my form without having to code the whole thing?
(Outlook 2007)
(Msg. 2) Posted: Mon Mar 09, 2009 10:56 am
Post subject: Re: Need to use the Time Zone Button on my custom appointment form [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Is what you want to display the time zone drop-downs in your form? You can
use the Office.CommandBars.ExecuteMso() method using the idMso for that
control as "ShowTimeZones". That's a toggleButton, so calling it the first
time displays the controls and a second time hides them.
In the AppointmentItem properties you can use appropriate properties such as
EndTimeZone, StartTimeZone, EndInEndTimeZone, etc.
"cmonroe21 via OfficeKB.com" <u48566@uwe> wrote in message
news:92af453a13f7a@uwe...
>I have created a custom appointment form that uses certain the Outlook
> Appointment fields (i.e. Subject, Location, Start Date, End Date, etc.),
> but
> I also need to use the Outlook Time Zone feature (and thus the Time Zone
> field) but cannot seem to find this field to use it. Is this possible?
> If
> not, is there a way I can copy this Date/Time change mechanism concerning
> different time zones to my form without having to code the whole thing?
> (Outlook 2007)
>
> --
> Message posted via OfficeKB.com
> http://www.officekb.com/Uwe/Forums.aspx/outlook-prog-forms/200903/1 >
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum