A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 7 of 7
Search took 0.02 seconds.
Search: Posts made by: Mike YO_BEE B
Forum: Outlook and VBA April 24th 08, 11:47 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 1,902
Posted By Mike YO_BEE B
Can I capture the event ItemSend from a macro?

I am not sure how to go about extending my search parameters

"Ken Slovak - [MVP - Outlook]" wrote:

So what's the question? If you want to filter on multiple email names or
addresses you will...
Forum: Outlook and VBA April 23rd 08, 10:06 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 1,902
Posted By Mike YO_BEE B
Can I capture the event ItemSend from a macro?

I was able to get the VBA Send Capture to work, but now I want to add some
filtering
Here is my copy for filtering one address, but I want to filter Multiple
addresses


Private Sub...
Forum: Outlook and VBA April 23rd 08, 06:37 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 1,902
Posted By Mike YO_BEE B
Can I capture the event ItemSend from a macro?

This worked for me.

Thank you


Private Sub Application_Startup()

End Sub
Forum: Outlook and VBA April 23rd 08, 04:48 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 1,902
Posted By Mike YO_BEE B
Can I capture the event ItemSend from a macro?

So do I play my code inside the Application_startup() like this

Public Sub Application_startup()

Private Sub msg_ItemSend(ByVal Item As Object, Cancel As Balloon)
Dim Prompt As String
...
Forum: Outlook and VBA April 23rd 08, 02:42 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 1,902
Posted By Mike YO_BEE B
Can I capture the event ItemSend from a macro?

would it be something like this under the Class Modules ?

Public Sub Startup()
Set myOlApp = CreateObject("Outlook.Application")
End Sub

Private Sub myOlApp_ItemSend(ByVal Item As Object,...
Forum: Outlook and VBA April 22nd 08, 04:02 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 1,902
Posted By Mike YO_BEE B
Can I capture the event ItemSend from a macro?

Here is my code. I am a newbie at coding, but I found this and it works, but
I am not sure how to have this code start up automaticlly upon the start up
of OUTLOOK

Public WithEvents myOlApp As...
Forum: Outlook - Installation November 22nd 07, 02:54 AM Posted to microsoft.public.outlook.installation
Replies: 0
Views: 346
Posted By Mike YO_BEE B
Registry setting for: When Starting Outlook, Use this profile:

I know I can set the default email profile to start with in the
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows
Messaging Subsystem\Profiles

Is there a registry setting for...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 10:48 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.