Forum: Add-ins for Outlook
June 9th 09, 12:03 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 112
|
Forum: Add-ins for Outlook
June 9th 09, 11:40 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 112
|
Forum: Add-ins for Outlook
June 9th 09, 10:41 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 112
_MailItem::Move fails
During many days of testing of my Outlook add-in I came across an
interesting problem:
Every now and then my call to _MailItem::Move fails. I have no idea
why that is. I only observed that in such...
|
Forum: Add-ins for Outlook
June 5th 09, 09:17 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 162
folder-get_Store fails
I wanted to do 2 thing:
1stly: get to the Root Folder of a particular PST file.
I found a Store-GetRootFolder() method. (2007 only)
So now I suppose I shall simple do something like
while(true)
{
...
|
Forum: Add-ins for Outlook
June 5th 09, 09:11 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 162
folder-get_Store fails
I wanted to do 2 thing:
1stly: get to the Root Folder of a particular PST file.
I found a Store-GetRootFolder() method. (2007 only)
So now I suppose I shall simple do something...
|
Forum: Add-ins for Outlook
June 5th 09, 08:12 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 162
folder-get_Store fails
I wanted to get to the Root Folder of a particular PST file. And I
found a Store-GetRootFolder() method. (2007 only)
So now I suppose I shall simple do something like
do
{
hr =...
|
Forum: Add-ins for Outlook
June 4th 09, 04:29 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 162
folder-get_Store fails
Additional info:
After having explored the XP version of MSOUTL.OLB in OleView I
realise that there is no such method as get_Store. The _Namespace
property in this version does not have the...
|
Forum: Add-ins for Outlook
June 4th 09, 03:39 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 162
folder-get_Store fails
Hi,
in my code I use folder-get_Store(&store); which crashes the app on
Outlook XP (Outlook 2007 works fine) Did anyone else experience this?
Am I doin anything wrong? The crash occurs inside of...
|
Forum: Add-ins for Outlook
June 2nd 09, 04:46 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,447
|
Forum: Add-ins for Outlook
June 2nd 09, 04:42 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,447
|
Forum: Add-ins for Outlook
June 2nd 09, 03:43 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,447
|
Forum: Add-ins for Outlook
May 26th 09, 04:13 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,447
|
Forum: Add-ins for Outlook
May 21st 09, 04:46 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 910
Using Ribbon in Inspector window
I think I might have figured it out already ... The only think I am
really not happy about is the fact that all of the ribbon stuff gets
handled inside my CAddin class. It should really be the job of...
|
Forum: Add-ins for Outlook
May 21st 09, 03:21 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 910
Using Ribbon in Inspector window
Hi,
Firstly let me thank you for your feedback in this group thus far. I
really appreciate it.
I managed to write a COM Add-in in C++ that has a toolbar with buttons
in every Explorer/Inspector...
|
Forum: Add-ins for Outlook
May 18th 09, 08:03 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,447
|
Forum: Add-ins for Outlook
May 15th 09, 08:35 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,447
|
Forum: Add-ins for Outlook
May 14th 09, 01:42 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,447
|
Forum: Add-ins for Outlook
May 13th 09, 03:41 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 606
Creating toolbar in new Explorer
Any Explorer opened after the initial Explorer will fire NewExplorer().
Handle that for those Explorers and use that to get the Activate() event for
that Explorer. Use unique Tag values as you...
|
Forum: Add-ins for Outlook
May 13th 09, 03:34 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 583
|
Forum: Add-ins for Outlook
May 13th 09, 03:33 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,447
|
Forum: Add-ins for Outlook
May 13th 09, 01:44 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 606
Creating toolbar in new Explorer
Hi,
I read through all the available information regarding creating of a
toolbar in new windows. I found out that when creating a new inspector
one should:
handle newinspector event and advise for...
|
Forum: Add-ins for Outlook
May 13th 09, 01:35 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 583
|
Forum: Add-ins for Outlook
May 13th 09, 01:34 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 15
Views: 1,447
|