Re: Outlook Add-in conflicts with Norton Anti-virus
From: Ken Slovak - [MVP - Outlook] (kenslovak_at_mvps.org)
Date: 04/23/04
- Next message: dh: "Re: excel object in Custom Outlook form"
- Previous message: Sue Mosher [MVP-Outlook]: "Re: Setting the format of an email through code"
- In reply to: Thomas Wetzel: "Re: Outlook Add-in conflicts with Norton Anti-virus"
- Next in thread: Thomas Wetzel: "Re: Outlook Add-in conflicts with Norton Anti-virus"
- Reply: Thomas Wetzel: "Re: Outlook Add-in conflicts with Norton Anti-virus"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Apr 2004 09:36:03 -0400
Well, you can send an email to mswish@microsoft.com to complain about
PFBackup and add your voice to complaints about it. I personally haven't
used it since it came out since it was so buggy and often left Outlook
hanging after you exited.
Can you get a valid handle for Outlook.Application if you use GetObject()?
That should return a handle if Outlook is running.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Thomas Wetzel" <wetzel@wisco.de> wrote in message news:c6am4q$2da$00$1@news.t-online.com... > Hello Ken, > > > with Outlook like an addin is. Are you having problems (other than with > > PFBackup)? What problems are you having with and without PFBackup? > > If PFBackup is installed then you cannot create a handle on the > Outlook.Application. > > Every standalone application will not work if the PFBackup add-in is loaded: > > set myOutlook=createobject("Outlook.Application") > > Will not fail. But you don't have a handle to Outlook after this line. > > I wonder why you Outlook MVP don't ask Microsoft why they build such a bad > add-in and then deployed it world wide. > > > -- > > Thomas Wetzel > Synchronize or backup your Outlook quick and easy. > www.synchpst.com > >
- Next message: dh: "Re: excel object in Custom Outlook form"
- Previous message: Sue Mosher [MVP-Outlook]: "Re: Setting the format of an email through code"
- In reply to: Thomas Wetzel: "Re: Outlook Add-in conflicts with Norton Anti-virus"
- Next in thread: Thomas Wetzel: "Re: Outlook Add-in conflicts with Norton Anti-virus"
- Reply: Thomas Wetzel: "Re: Outlook Add-in conflicts with Norton Anti-virus"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|