PC Review


Reply
Thread Tools Rate Thread

Capturing Reminder Event without Outlook running

 
 
Dennis K. Sebenick
Guest
Posts: n/a
 
      2nd Jan 2004
Hi there,
I have a VB6 app where I'm using the Outlook object model, and I'm
trying to capture the Outlook.Application_Reminder event.
Unfortunately, this event only seems to fire when outlook is visible.

Is it possible to capture the reminder event without outlook being
visible?

Dennis
 
Reply With Quote
 
 
 
 
Dmitry Streblechenko
Guest
Posts: n/a
 
      2nd Jan 2004
It should fire just fine *if* you log to MAPI. After creating an instance of
Outlook.Application, make sure you have something like the following:
set NS = olApp.GetNamespace("MAPI")
NS.Logon
NS must be dimmed on the same level (global) as olApp.

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


"Dennis K. Sebenick" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi there,
> I have a VB6 app where I'm using the Outlook object model, and I'm
> trying to capture the Outlook.Application_Reminder event.
> Unfortunately, this event only seems to fire when outlook is visible.
>
> Is it possible to capture the reminder event without outlook being
> visible?
>
> Dennis



 
Reply With Quote
 
Dennis K. Sebenick
Guest
Posts: n/a
 
      3rd Jan 2004
Thank you very much. You certainly know your stuff with outlook. I
have been using Outlook Redemption for quite a while now, and it's
been quite a savior to our program.


"Dmitry Streblechenko" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> It should fire just fine *if* you log to MAPI. After creating an instance of
> Outlook.Application, make sure you have something like the following:
> set NS = olApp.GetNamespace("MAPI")
> NS.Logon
> NS must be dimmed on the same level (global) as olApp.
>
> Dmitry Streblechenko (MVP)
> http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
>
>
> "Dennis K. Sebenick" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi there,
> > I have a VB6 app where I'm using the Outlook object model, and I'm
> > trying to capture the Outlook.Application_Reminder event.
> > Unfortunately, this event only seems to fire when outlook is visible.
> >
> > Is it possible to capture the reminder event without outlook being
> > visible?
> >
> > Dennis

 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
reminder and all day event in Outlook 2007 AndyPandy Microsoft Outlook 4 29th Mar 2010 03:05 PM
How to get reminder Event form outlook using VC++ amit.deshpande4u@gmail.com Microsoft Outlook Program Addins 3 27th Jun 2006 06:18 PM
outlook reminder not reminding until after the event aaronwhittaker2002@yahoo.com Microsoft Outlook Calendar 1 17th Mar 2005 02:49 AM
How do I stop a an Outlook calendar reminder window from running . =?Utf-8?B?Ym9iaGs=?= Microsoft Outlook Calendar 1 21st Feb 2005 07:27 PM
Does Reminder Window Open if Outlook Not Running? John W. Sharp Microsoft Outlook Calendar 2 13th Nov 2003 08:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:09 PM.