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 10 of 10
Search took 0.06 seconds.
Search: Posts made by: mkboynton via OfficeKB.com
Forum: Outlook and VBA June 17th 09, 08:15 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 1,888
Mark as read

Dmitry Streblechenko wrote:
What is the relevant snippet of your code? Do you call MailItem.Save?

Have you tried to set teh Unread property to false?
Do not loop through all the messages in...
Forum: Outlook and VBA June 16th 09, 01:29 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 1,888
Mark as read

Dmitry Streblechenko wrote:
Have you tried to set teh Unread property to false?
Do not loop through all the messages in a folder. Use Items.Find/FindNext

I have the following code in my Outlook...
Forum: Outlook and VBA June 15th 09, 08:18 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 1,888
Mark as read

I have the following code in my Outlook today page to list the emails in my
inbox and provide a link to open them. My question is how do I mark the
emails as read when I click on them?


script...
Forum: Outlook and VBA December 26th 07, 07:07 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 569
NewInspector questiob

VBA is not disabled. I can add a msgbox in the code and it will fire, but it
does not put the date in the body of the email.

Ken Slovak - [MVP - Outlook] wrote:
Is your Outlook VBA disabled? Look...
Forum: Outlook and VBA December 26th 07, 03:20 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 569
NewInspector questiob

Low

Ken Slovak - [MVP - Outlook] wrote:
What are your macro security settings? Select Tools, Macro, Security.

Yes.

--
Message posted via http://www.officekb.com
Forum: Outlook and VBA December 24th 07, 10:45 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 569
NewInspector questiob

Yes.

Ken Slovak - [MVP - Outlook] wrote:
How are you calling Initialize_handler()? Are you calling it in
Application_Startup()?

Can someone tell me why this does not write to the message...
Forum: Outlook and VBA December 24th 07, 03:47 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 569
NewInspector questiob

Can someone tell me why this does not write to the message body? I am
stumped! I have placed it in the ThisOutlookSession.

Public WithEvents colInsp As Outlook.Inspectors
Public WithEvents objInsp...
Forum: Outlook and VBA October 26th 07, 07:04 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,460
Run a macro when new message form opens

Thanks Ken. I am still learning VBA.

Ken Slovak - [MVP - Outlook] wrote:
Everything would be in the ThisOutlookSession class module if this was
Outlook VBA code. You can find examples of various...
Forum: Outlook and VBA October 25th 07, 08:30 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,460
Run a macro when new message form opens

Were would code for the NewInspector go?

Ken Slovak - [MVP - Outlook] wrote:
Set up to handle NewInspector of the Inspectors collection. In that event if
it's a mail item instantiate an Inspector...
Forum: Outlook and VBA October 25th 07, 04:55 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,460
Run a macro when new message form opens

Is there anyway to make this run when the new mail message form loads?

Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim myOlApp As New Outlook.Application
Dim...
Showing results 1 to 10 of 10

 
Forum Jump

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


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.