Forum: Outlook and VBA
November 19th 07, 08:49 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.office.developer.vba,microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,003
Redemption MAPITable Question
Dmitry -
As always, many thanks for your help. The problem turned
out to be that, although I had installed the latest DLL into
"C:\program files\redemption", the version that was *really*
getting...
|
Forum: Outlook and VBA
November 16th 07, 09:49 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.office.developer.vba,microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,003
Redemption MAPITable Question
Thanks for the reply, Dmitry. I simply must be overlooking
something. I re-downloaded the developer version, uninstalled,
and reinstalled, but can't get it to work. Any idea what I'm
missing? ...
|
Forum: Outlook and VBA
November 16th 07, 09:46 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.office.developer.vba,microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,003
Redemption MAPITable Question
Hmmm...Well, I'm using V4.4.0.714, and have purchased
the redistributable version. Just to be sure, I uninstalled it,
downloaded the developer version from Dmitry's site, and
reinstalled it.
The...
|
Forum: Outlook and VBA
November 16th 07, 05:38 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.office.developer.vba,microsoft.public.outlook.program_vba
|
Replies: 8
Views: 1,003
Redemption MAPITable Question
Well, this seems like it should be simple. So, I assume I'm
overlooking something small.
Here's my code:
Public Sub TestMapiTable()
Dim oRecordset As Object
Dim oTable As Object
|
Forum: Outlook and VBA
November 6th 07, 03:27 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
|
Replies: 6
Views: 622
Repost: Comparing Senders with Contacts
Ken -
In checking with our IS guys, it turns out the contacts
are not actually being sync'd with the Exchange Server.
They're running an in-house-written application each
night that deletes all of...
|
Forum: Outlook and VBA
November 5th 07, 11:57 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
|
Replies: 6
Views: 622
Repost: Comparing Senders with Contacts
Well, it *looks* as though using the .SMTPAddress
should work just fine. But, when I ran it, I could step
through the code and, although the SMTP address was
, and I have a contact...
|
Forum: Outlook and VBA
November 5th 07, 11:46 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
|
Replies: 6
Views: 622
Repost: Comparing Senders with Contacts
____________________________________________
The impossible just takes a little longer...Ken Slovak - [MVP - Outlook]
wrote:
This looks like it's using Redemption code, is that true?
If so why...
|
Forum: Outlook and VBA
November 5th 07, 03:53 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
|
Replies: 6
Views: 622
Repost: Comparing Senders with Contacts
Ken -
Yes, I *am* using Redemption. Many thanks for the
suggestion. I'll give that a try today.
- Patrick
Ken Slovak - [MVP - Outlook] wrote:
This looks like it's using Redemption code, is...
|
Forum: Outlook and VBA
October 23rd 07, 03:50 PM Posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
|
Replies: 6
Views: 622
Repost: Comparing Senders with Contacts
I've written an app that redirects incoming emails to
different folders based upon categories assigned in
my contacts. I use the lines:
strAddress = oSafeMail.Sender.Address
For i = 1 To 3
...
|
Forum: Outlook and VBA
October 18th 07, 05:51 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 0
Views: 426
Comparing email address with contacts
I'm using an app that redirects incoming emails to
different folders based upon categories assigned in
my contacts I use the lines:
strAddress = oSafeMail.Sender.Address
For i = 1 To 3
...
|
Forum: Outlook and VBA
September 14th 07, 03:15 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 805
|
Forum: Outlook and VBA
September 13th 07, 05:28 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 805
|
Forum: Outlook and VBA
September 13th 07, 03:24 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 805
|
Forum: Outlook and VBA
September 12th 07, 09:39 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 805
|