Forum: Outlook and VBA
October 19th 06, 05:21 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,154
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
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
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
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
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
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
|
Forum: Outlook and VBA
August 14th 06, 09:33 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 6
Views: 1,450
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
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
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
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
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
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
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
|
Forum: Outlook and VBA
June 13th 06, 11:21 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 6
Views: 1,709
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
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
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
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
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
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...
|