PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming time zone problem in outlook

Reply

time zone problem in outlook

 
Thread Tools Rate Thread
Old 03-08-2004, 12:03 AM   #1
N
Guest
 
Posts: n/a
Default time zone problem in outlook


I send alot of calendar invites thru microsoft access. I send appointments
across another time zone. Is there a way to program in vba for the invite
to tell it which time zone to send in? I hope this makes sense?
tnx
N


  Reply With Quote
Old 03-08-2004, 07:18 PM   #2
Dmitry Streblechenko \(MVP\)
Guest
 
Posts: n/a
Default Re: time zone problem in outlook

On the Extended MAPI level, there are a couple named properties that do what
you probably need (I've never tried to set them or use in any way):

{00062002-0000-0000-C000-000000000046}, 0x8233, PT_BINARY - binary structure
with the timezone info
{00062002-0000-0000-C000-000000000046}, 0x8234, PT_STRING8 - string with the
timezone name
{6ED8DA90-450B-101B-98DA-00AA003F1305}, 0xC, PT_LONG - timezone number

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


"N" <nospam@b.com> wrote in message news:gLzPc.160249$od7.131069@pd7tw3no...
> I send alot of calendar invites thru microsoft access. I send

appointments
> across another time zone. Is there a way to program in vba for the invite
> to tell it which time zone to send in? I hope this makes sense?
> tnx
> N
>
>



  Reply With Quote
Old 04-08-2004, 04:53 AM   #3
N
Guest
 
Posts: n/a
Default Re: time zone problem in outlook

HI thanks for the advise. What I am looking for is to send appt for example
9:00 am pacific time like it shows in my database but when I send an invite
to someone right now in the pacific time zone the time switches to 8:00 am
pacific. Is there anyway I can tell my outlook to say the invite is 9:00 am
pacific time using vba in an invite.
thnx
N

"Eric Legault [MVP - Outlook]" <elegaultZZZ@REMOVEZZZmvps.org> wrote in
message news9481988-DDF4-4629-833F-0619702AEFC8@microsoft.com...
> If both the sender and receiver configure the Time Zone settings in

Outlook properly, and the date/time settings are correct in Windows, there
is no need for either user to worry about this. Outlook uses GMT to handle
appointments, and the correct appointment time will resolve to the local
time for people in any time zone.
>
> --
> Eric Legault - B.A, MCP, MCSD, Outlook MVP
> --------------------------------------------------
> {Private e-mails ignored}
> Job: http://www.imaginets.com
> Blog: http://blogs.officezealot.com/legault/
>
>
>
> "N" wrote:
>
> > I send alot of calendar invites thru microsoft access. I send

appointments
> > across another time zone. Is there a way to program in vba for the

invite
> > to tell it which time zone to send in? I hope this makes sense?
> > tnx
> > N
> >
> >
> >



  Reply With Quote
Old 04-08-2004, 05:27 AM   #4
=?Utf-8?B?RXJpYyBMZWdhdWx0IFtNVlAgLSBPdXRsb29rXQ==
Guest
 
Posts: n/a
Default Re: time zone problem in outlook

Like I said, Outlook and Windows handles the relationships between local time and GMT. You can only set a simple date/time programmatically - nothing you can do with time zones.

Search for "Time zones" in Outlook Help to see in depth how Outlook handles international dates and times.

--
Eric Legault - B.A, MCP, MCSD, Outlook MVP
--------------------------------------------------
{Private e-mails ignored}
Job: http://www.imaginets.com
Blog: http://blogs.officezealot.com/legault/

"N" wrote:

> HI thanks for the advise. What I am looking for is to send appt for example
> 9:00 am pacific time like it shows in my database but when I send an invite
> to someone right now in the pacific time zone the time switches to 8:00 am
> pacific. Is there anyway I can tell my outlook to say the invite is 9:00 am
> pacific time using vba in an invite.
> thnx
> N
>
> "Eric Legault [MVP - Outlook]" <elegaultZZZ@REMOVEZZZmvps.org> wrote in
> message news9481988-DDF4-4629-833F-0619702AEFC8@microsoft.com...
> > If both the sender and receiver configure the Time Zone settings in

> Outlook properly, and the date/time settings are correct in Windows, there
> is no need for either user to worry about this. Outlook uses GMT to handle
> appointments, and the correct appointment time will resolve to the local
> time for people in any time zone.
> >
> > --
> > Eric Legault - B.A, MCP, MCSD, Outlook MVP
> > --------------------------------------------------
> > {Private e-mails ignored}
> > Job: http://www.imaginets.com
> > Blog: http://blogs.officezealot.com/legault/
> >
> >
> >
> > "N" wrote:
> >
> > > I send alot of calendar invites thru microsoft access. I send

> appointments
> > > across another time zone. Is there a way to program in vba for the

> invite
> > > to tell it which time zone to send in? I hope this makes sense?
> > > tnx
> > > N
> > >
> > >
> > >

>
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off