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 21 of 21
Search took 0.04 seconds.
Search: Posts made by: Geoff
Forum: Outlook and VBA October 19th 06, 05:21 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 1,154
Posted By Geoff
Deleting Duplicate Mailitems

Very many thanks.
I see - neat.
I think I'm nearly home and dry.
Where would we be without people like you?
Quite lost!
I'm very grateful.
Regards
Geoff

"Ken Slovak - [MVP - Outlook]"...
Forum: Outlook and VBA October 18th 06, 05:15 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 1,154
Posted By Geoff
Deleting Duplicate Mailitems

Hi Ken,

Very many thanks.

The field only captures the last action taken.

It was important for me to know that to solve my present problem. Thanks for
that.

You can check for IsEmpty() for...
Forum: Outlook and VBA October 15th 06, 01:42 AM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 1,154
Posted By Geoff
Deleting Duplicate Mailitems

Hi Ken,

I'm making great progress thanks to your earlier help!

I have a couple of more questions, if I may.

Using VBA and CDO 1.21 in Outlook, I'm sending a MAPI.Fields collection for
an Outlook...
Forum: Outlook and VBA August 30th 06, 09:27 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 1,154
Posted By Geoff
Deleting Duplicate Mailitems

Hi Ken,

Many thanks. I'll give it a go tomorrow. I have CDO and Redemption
installed.

Thanks too for your previous help and book recommendations. Sorry I didn't
reply. In fact, I drafted a reply...
Forum: Outlook and VBA August 30th 06, 11:01 AM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 1,154
Posted By Geoff
Deleting Duplicate Mailitems

Which Mailitem property stores the fact that a received Mailitem has been
replied to?

I need to distinguish programatically between duplicate Mailitems:

1. Some mailitems show "You replied on...
Forum: Outlook and VBA August 15th 06, 09:59 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,450
Posted By Geoff
MailItem Attachments Inconsistency

Hi Ken,

Very many thanks. Easy when you know how!

I was pretty ashamed at having to ask such a basic question. But by way of
explanation, I'm more used to the Access, Word and Excel object models....
Forum: Outlook and VBA August 15th 06, 10:20 AM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,450
Posted By Geoff
MailItem Attachments Inconsistency

If the user hasn't started Outlook, is there a way of making Outlook visible
after CreateObject("Outlook.Application")?

TIA.
Geoff
Forum: Outlook and VBA August 14th 06, 09:33 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,450
Posted By Geoff
MailItem Attachments Inconsistency

Hi Ken,

Try saving the item again after you add the attachments.

Thanks for your reply.

I thought you might like to know the rather interesting result.

It transpires my clean up code was in...
Forum: Outlook and VBA August 14th 06, 03:11 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,450
Posted By Geoff
MailItem Attachments Inconsistency

Outlook 2002:

Attachments to a Mailitem object are not attached when the code runs at
normal speed, but are attached if I place a Break on the Display line (last
line in code snippet below) and...
Forum: Outlook and VBA June 27th 06, 09:49 AM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,084
Posted By Geoff
MessageClass Property of a Post

I thought the behaviour I experienced (described in two posts back) seemed
to indicate that the registry fix did more than just allow the custom form
to display in the Preview Pane. When the...
Forum: Outlook and VBA June 25th 06, 11:49 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,084
Posted By Geoff
MessageClass Property of a Post

Very many thanks for seeing me through this.

On reflection after my last post, I felt that the registry fix wasn't
appropriate. In effect, it seems the registry fix overrides the Post Item's...
Forum: Outlook and VBA June 25th 06, 09:58 AM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,084
Posted By Geoff
MessageClass Property of a Post

Many thanks for your reply and continued support.

When you designed the form, did you click the Edit Read Layout button and
create a read layout showing your custom fields?

I thought that I had....
Forum: Outlook and VBA June 24th 06, 11:34 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,084
Posted By Geoff
MessageClass Property of a Post

Many thanks for your reply.

As you indicated, the registry key did make the content visible - but not
quite as I had hoped or expected.


This is what I did to the...
Forum: Outlook and VBA June 24th 06, 10:23 AM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,084
Posted By Geoff
MessageClass Property of a Post

Many thanks for your reply.

I've looked at the knowledgebase article. The article says that Service
Pack 3 for Microsoft Office XP fixes the problem. However, I have Service
Pack 3 for Microsoft...
Forum: Outlook and VBA June 14th 06, 08:10 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 3,081
Posted By Geoff
Macro to Move Mail Messages from Draft folder to other folders

Your original post item said that you would like to move messages from your
drafts folder, either:
(1) as you save them to the drafts folder; or
(2) by using a macro assigned to a menu.

This...
Forum: Outlook and VBA June 13th 06, 11:21 AM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,709
Posted By Geoff
Save Email in MSG format

Here's a revised example:

Dim objOL As Outlook.Application
Dim objNS As Outlook.NameSpace
Dim objFLDR As Outlook.MAPIFolder
Dim objMI As Outlook.MailItem
Dim objATCH As...
Forum: Outlook and VBA June 12th 06, 10:29 AM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,084
Posted By Geoff
MessageClass Property of a Post

Many thanks for your reply.
There is no code behind the custom form. The custom form consists of four
textboxes (and three labels) to display:

1. Custom date field.
2. Custom number...
Forum: Outlook and VBA June 9th 06, 09:29 AM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,084
Posted By Geoff
MessageClass Property of a Post

Postscript from Geoff:

In case it makes any difference:

To copy the formatting in the Word document to the Post Items, used these
steps:

1. I copied each Word cell to a blank document using...
Forum: Outlook and VBA June 9th 06, 09:03 AM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,709
Posted By Geoff
Save Email in MSG format

Michael,
Thanks for the tip.
Geoff

"Michael Bauer" wrote in message
...
Am Thu, 8 Jun 2006 21:08:18 +0100 schrieb Geoff:

Yes, the...
Forum: Outlook and VBA June 8th 06, 10:08 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,709
Posted By Geoff
Save Email in MSG format

I'm using Outlook 2002, but the following advice will probably work for
Outlook 2003. (You'll have to check.)

Have you tried the SaveAs method of the mail item object?
The SaveAs method takes the...
Forum: Outlook and VBA June 8th 06, 05:59 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,084
Posted By Geoff
MessageClass Property of a Post

Using VBA, I extracted text from 200 rows of a Word table and created 200
Post Items. I wanted the Posts Items displayed in an Outlook form I'd
designed, so VBA set the MessageClass property of...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT +1. The time now is 05:28 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.