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: Matt Williamson
Forum: Outlook and VBA July 29th 09, 11:05 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Replies: 4
Views: 917
Posted By Matt Williamson
CDO hanging on Logoff

It doesn't appear to. I created a Test profile that connected to an exchange
server but set message delivery to goto a PST and I can close Outlook and
the process doesn't remain in memory. The...
Forum: Outlook and VBA July 24th 09, 07:46 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Replies: 4
Views: 917
Posted By Matt Williamson
CDO hanging on Logoff

Most likely you still live MAPI objects used by CDO object at the time
when
you call Logoff.
Does it owkr if you only have calls to Logon and Logoff with nothign in
between?
Try to to...
Forum: Outlook and VBA July 23rd 09, 09:49 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Replies: 4
Views: 917
Posted By Matt Williamson
CDO hanging on Logoff

I can't figure out why the CDO session is hanging on Logoff for the
following code. I've read about the bug he
http://support.microsoft.com/?kbid=177630 I've tried many different
variations...
Forum: Outlook and VBA November 30th 07, 08:23 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Replies: 0
Views: 498
Posted By Matt Williamson
Mapping Annoyance

Since MS decided to hard code (or put somewhere other than the registry)
http://r.office.microsoft.com/r as the default location for the map button
in Outlook 2003 and it can no longer be changed...
Forum: Outlook and VBA July 26th 07, 08:25 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Replies: 9
Views: 1,109
Posted By Matt Williamson
Link between contact and task/journal

The entry ids are ether the same or they are not.
Search keys are not exposed through the Outlook Object Model, but you can
look at them using MFCMAPI or OutlookSpy (click IMessage).

the...
Forum: Outlook and VBA July 25th 07, 03:24 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Replies: 9
Views: 1,109
Posted By Matt Williamson
Link between contact and task/journal

Outlook stores contact display name (which can change), but also contact
entry id

I compared the EntryID for each Task linked under the contact and in some
cases it is the same, but not always....
Forum: Outlook and VBA July 24th 07, 11:30 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Replies: 9
Views: 1,109
Posted By Matt Williamson
Link between contact and task/journal

The Links collection is the correct field. Each individual Link has an
Item property that returns a linked contact, if one exists.
What Outlook version are you working with?

Outlook 2003 Sp2....
Forum: Outlook and VBA July 24th 07, 08:58 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Replies: 9
Views: 1,109
Posted By Matt Williamson
Link between contact and task/journal

What field is used to create the link between an Outlook contact and a task
or journal? I need to extract all of the tasks and journals but the name in
the links collection doesn't always match if...
Forum: Outlook and VBA July 16th 07, 11:43 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba,microsoft.public.vb.general.discussion
Replies: 1
Views: 884
Posted By Matt Williamson
Extract path from OLE files

I have many word docs that are OLE links in Outlook and I need to extract
the path and filename. Outlook itself is very sparse in its handling of
olOLE type attachments, but I've found that I can...
Forum: Outlook and VBA May 23rd 07, 03:17 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 508
Posted By Matt Williamson
Object model guard - Exchange 2003 with Outlook 2003

I've read everything I could find at Outlook code and slipstick regarding
using the admpack.exe with the Outlook Security Settings folder and form to
suppress object model guard popups but It's not...
Forum: Outlook and VBA May 4th 07, 04:28 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 661
Posted By Matt Williamson
Enable/Disable Macros when walking public folders in loop

The MessageClass for those 2 is IPM.Contact whereas for all of the other's
it's IPM.Contact.Contact Manager which is the custom form in the Org Forms
Library. I'm not seeing where I can...
Forum: Outlook and VBA May 4th 07, 04:00 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 661
Posted By Matt Williamson
Enable/Disable Macros when walking public folders in loop

The MessageClass for those 2 is IPM.Contact whereas for all of the other's
it's IPM.Contact.Contact Manager which is the custom form in the Org Forms
Library. I'm not seeing where I can change it...
Forum: Outlook and VBA May 4th 07, 03:46 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 952
Posted By Matt Williamson
Cached Mode on Outlook 2003 using VB script

I have 2000 users using outlook 2003, now I need then change their cached
mode on outlook 2003, so I create a little chi chi for them to do
themself,
here is the step

1). from outlook,...
Forum: Outlook and VBA May 4th 07, 03:33 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 661
Posted By Matt Williamson
Enable/Disable Macros when walking public folders in loop

I'm extracting data from Outlook to put into another program. I wrote a
program in VB6 to do it because we use a custom form for public contact data
and it has over 600+ custom fields in it. On 2...
Forum: Outlook and VBA April 30th 07, 11:16 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 1,200
Posted By Matt Williamson
Access Contact Item properties in loop

I need to extract all of the regular contact fields from Outlook and I'm
trying to figure out how to just grab all of the items of a ContactItem
less the Objects in a loop. Is this possible? I'm...
Forum: Outlook and VBA April 30th 07, 10:35 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 1,200
Posted By Matt Williamson
Access Contact Item properties in loop

I need to extract all of the regular contact fields from Outlook and I'm
trying to figure out how to just grab all of the items of a ContactItem less
the Objects in a loop. Is this possible? I'm...
Forum: Outlook and VBA April 30th 07, 08:55 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 874
Posted By Matt Williamson
Extracting Custom Fields

I need some help extracting custom fields from Outlook. I have a custom
contact form with over 500 custom fields. If I loop through the
.UserProperties collection, I get some, but not all of the...
Forum: Outlook and VBA April 30th 07, 08:02 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 874
Posted By Matt Williamson
Extracting Custom Fields

I need some help extracting custom fields from Outlook. I have a custom
contact form with over 500 custom fields. If I loop through the
..UserProperties collection, I get some, but not all of the...
Forum: Outlook - Using Contacts April 12th 07, 11:05 PM Posted to microsoft.public.outlook,microsoft.public.outlook.contacts,microsoft.public.outlook.general
Replies: 0
Views: 440
Posted By Matt Williamson
Unable to copy contacts from PST to Public folder

I recently upgraded my exchange server from 5.5 to 2003. We manually copied
out all of the public folders into PST files and imported them in on the new
server. I'm getting feedback from some users...
Forum: Outlook - General Queries April 12th 07, 11:05 PM Posted to microsoft.public.outlook,microsoft.public.outlook.contacts,microsoft.public.outlook.general
Replies: 0
Views: 450
Posted By Matt Williamson
Unable to copy contacts from PST to Public folder

I recently upgraded my exchange server from 5.5 to 2003. We manually copied
out all of the public folders into PST files and imported them in on the new
server. I'm getting feedback from some users...
Forum: Outlook and VBA January 31st 07, 07:40 PM Posted to microsoft.public.vb.general.discussion,microsoft.public.outlook.program_vba,comp.lang.basic.visual.misc
Replies: 6
Views: 943
Posted By Matt Williamson
Best way to start a program when specific email received?

Do you have a suggestion I might be able to use more quickly?

Depending on which version of Outlook you have, you can setup a mail rule to
run your program on an incomming email to a specified...
Showing results 1 to 21 of 21

 
Forum Jump

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