Forum: Outlook and VBA
June 6th 08, 04:28 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 1,767
Outlook Automation: is there a better way?
This works nicely, too:
Dim olapp As Outlook.Application
Dim olfldr As Outlook.Folder
Dim exp As Outlook.Explorer
Dim strSearch As String
Set olapp = New Outlook.Application
...
|
Forum: Outlook and VBA
June 6th 08, 01:33 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 1,767
Outlook Automation: is there a better way?
the missing link...
http://msdn.microsoft.com/en-us/library/aa123730(EXCHG.65).aspx
urn:schemas:mailheader:approved
urn:schemas:httpmail:attachmentfilename
urn:schemas:mailheader:bcc...
|
Forum: Outlook and VBA
June 6th 08, 12:25 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 1,767
Outlook Automation: is there a better way?
Beta 2
does not error out, but the filter does not seem to work
note: messages exist in the Inbox that wd match filter criteria
? FindMessages()
562 unfiltered
@SQL="urn:schemas:httpmail:Subject"...
|
Forum: Outlook and VBA
June 6th 08, 10:48 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 1,767
Outlook Automation: is there a better way?
To answer my own question:
Those links are schema property names used in the SQL-like DASL syntax,
which begins with @SQL=
See: http://blogs.msdn.com/rgregg/archive/2005/12/12/502904.aspx
If you...
|
Forum: Outlook and VBA
June 6th 08, 07:25 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 1,767
Outlook Automation: is there a better way?
Thanks for the heads up, Dmitry.
I'm wondering if there's a way to force the cache to clear itself. Also, I
assume on a local Outlook PST there are no cache issues.
From reading the MSDN article,...
|
Forum: Outlook and VBA
June 5th 08, 11:33 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 1,767
Outlook Automation: is there a better way?
I just upgraded to Office 2007 and would like to refactor my automation code
to improve speed and perhaps add some new functionality.
My Access 2007 database has code that searches Outlook 2007 for...
|
Forum: Outlook and VBA
December 31st 07, 10:46 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 665
|
Forum: Outlook and VBA
September 22nd 07, 11:13 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 2,224
How to loop through items in an Exchange Mailbox?
I've written a good bit of VBA and have automated Outlook on my home PC, but I'm
now tasked with automating an Exchange Mailbox for a small company.
Users have two Exchange Mailboxes visible in...
|
Forum: Outlook and VBA
January 23rd 06, 07:15 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 4,176
How to find Appointment Item by EntryID?
It sounds like you want to change the Categories value for all the
occurrences in a series - is that right? In that case you need to make the
change to the recurrence master. I assume from...
|
Forum: Outlook and VBA
January 23rd 06, 06:18 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,860
|
Forum: Outlook and VBA
January 23rd 06, 05:27 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 4,176
How to find Appointment Item by EntryID?
When looping through a collection of Outlook.Items that includes
recurrences, and a recurring appointment is found, I need to get the
non-recurring appointment in order to change the Categories...
|
Forum: Outlook and VBA
January 22nd 06, 02:32 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,860
|
Forum: Outlook and VBA
January 22nd 06, 03:17 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,860
|
Forum: Outlook and VBA
January 17th 06, 09:08 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,349
|
Forum: Outlook and VBA
January 17th 06, 07:50 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,349
|