Forum: Add-ins for Outlook
September 22nd 08, 08:33 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 681
How to tell when Outlook is fully loaded?
Thanks for not actually answering my question with your genius response.
And I check this how? write a webcam interface and point the camera at the
"Connected to Microsoft Exchange" in the status...
|
Forum: Add-ins for Outlook
September 22nd 08, 03:29 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 681
How to tell when Outlook is fully loaded?
Hi,
So when outlook starts up, it loads my addin, and my addin's startup runs.
In the meantime outlook is loading other addins, and trying to connect to
exchange, blah blah.
It there any way to...
|
Forum: Add-ins for Outlook
September 22nd 08, 01:25 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 919
|
Forum: Add-ins for Outlook
September 20th 08, 03:27 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 919
|
Forum: Add-ins for Outlook
September 20th 08, 01:14 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 919
Exception iterating thru inbox mailitems
OK, The item it's failing on is a Non-Delivery Report returned by Exchange
which is in the inbox.
Is there something strange about NDRs, I assume they aren't of type mailitem
then?
"Stuart...
|
Forum: Add-ins for Outlook
September 20th 08, 12:44 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 919
Exception iterating thru inbox mailitems
Hi
If I use a For Each to iterate through the inbox mailitems, I get the
following exception after a few items are processed:
Unable to cast COM object of type 'System.__ComObject' to interface...
|
Forum: Add-ins for Outlook
September 19th 08, 05:58 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 776
Multithreading
Thanks.
So are per my reply to Ken, how do I display a form to show progress
information of items being moved to another folder, and ensure that progress
is updated, if I cannot run the move...
|
Forum: Add-ins for Outlook
September 19th 08, 03:28 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 749
Pause receiving email
No, but I will now :-)
Thanks
"Sue Mosher [MVP-Outlook]" wrote in message
...
Have you thought about executing the...
|
Forum: Add-ins for Outlook
September 19th 08, 09:34 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 749
Pause receiving email
Hi,
Is there anything in the object model to allow you to suspend and later
resume receiving email?
Going to be processing the items in the inbox, and would like to stop
outlook receiving mail...
|
Forum: Add-ins for Outlook
September 18th 08, 11:01 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 776
Multithreading
OK that wouldn't help me as I need to move the items to another folder AND
have a responsive UI which shows progress, which would mean my move process
would have to run on another thread to not...
|
Forum: Add-ins for Outlook
September 18th 08, 09:04 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 776
Multithreading
Hi
I have an add-in that presents the user with a VB form. The form allows the
user to supply a filter for messages to move to an archive folder. I want to
provide feedback on the progress of the...
|
Forum: Add-ins for Outlook
September 18th 08, 03:45 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 893
Application.Reminder Event
Cheers Ken.
Here's some background as to why I asked the question....
We use Richmond ServiceDesk, which can receive service requests via email,
and log them in the system.
We have a number of...
|
Forum: Add-ins for Outlook
September 18th 08, 11:54 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 597
AutoArchive Process
Hi,
Is there an API that lets you hook into the AutoArchive process ?
Cheers
|
Forum: Add-ins for Outlook
September 18th 08, 11:50 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 893
Application.Reminder Event
Hi, just a quick one....
If I hook into this event, will my code completely replace the default
reminder action (displaying that dialog box), or will the dialog box appear
after my code has...
|
Forum: Add-ins for Outlook
September 17th 08, 01:41 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 477
Calculating total size of mail items
Hi,
I'm developing an add-in for Outlook 2007 in VB using VSTO 2007 and VS2008
SP1
I have obtained a collection of mail items by using the restrict method on
the inbox (Items older than a...
|