Is there a way to trap an event when an Outlook MailItem is deleted? I don't see such an event in the object explorer. I'm working on an Outlook Addin and I have a need to trap such an event. Any help would be greatly appreciated.
Jeff
Does anyone know if there is an easy way to determine a drive type in a login script? I found a 3rd party tool that can do it (http://xteq.digitaldaze.com/products/gtyp/) which leads me to believe there's no real easy way to do it from a command prompt but I thought I'd check just in case...
Hi all,
I have some fairly simple VBA code that uses the Application_ItemSend event to check every email a user sends and performs an action under certain circumstances. I need to implement the code on about 15 different workstations and I would like to do it as a COM Add-In instead of...
I'm not sure if this is a VB bug or what but here is my problem: I'm creating a form using form.Show vbModal. I later set the visible property to False and eventually back to True. When it becomes visible, it is no longer modal. Why is this? Is there a way to make it modal again after making it...
Is there something in IIS that overrides the computer's (Win2000 Server) Short date format in the Regional Options?
I have an ASP app that uses the VBScript FormatDateTime function to format dates using the NamedFormat argument of vbShortDate. The Short date in the Regional Options on the...
Is there something in IIS that overrides the computer's Short date format in the Regional Options?
I have an ASP app that uses the VBScript FormatDateTime function to format dates using the NamedFormat argument of vbShortDate. The Short date in the Regional Options on the Win2k web server is...
I've taken the advice of Microsoft and others and changed my Response.Redirect statements to Server.Transfer. My problem is, I'm debugging my app using InterDev/PWS and Server.Transfer doesn't work. It returns an error stating "object not recognized". I'm assuming it doesn't work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.