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 23 of 23
Search took 0.12 seconds.
Search: Posts made by: [email protected]
Forum: Add-ins for Outlook June 9th 09, 12:03 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 112
Posted By [email protected]
_MailItem::Move fails

when Move fails then hr == 0x8004010F (MAPI_E_NOT_FOUND)
Forum: Add-ins for Outlook June 9th 09, 11:40 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 112
Posted By [email protected]
_MailItem::Move fails

when the problem appears hr == 0x8001010F
Forum: Add-ins for Outlook June 9th 09, 10:41 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 112
Posted By [email protected]
_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
Posted By [email protected]
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
Posted By [email protected]
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
Posted By [email protected]
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
Posted By [email protected]
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
Posted By [email protected]
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
Posted By [email protected]
Outlook add-in: How to find localized name of the "Junk e-mail"folder

Can I find a source code somewhere that shows how exatly do I get the
property with tag 0x36D81102 ???
I am probably doing something wrong. Here is what I do:

void myFunction(CComPtr...
Forum: Add-ins for Outlook June 2nd 09, 04:42 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 1,447
Posted By [email protected]
Outlook add-in: How to find localized name of the "Junk e-mail"folder

I' not sure that's immutable and not dependent on the store provider, but
you get that PT_MV_BINARY property from the Inbox folder of a store using
the property tag 0x36D81102.

Can I find a...
Forum: Add-ins for Outlook June 2nd 09, 03:43 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 1,447
Posted By [email protected]
Outlook add-in: How to find localized name of the "Junk e-mail"folder

OK I think I confused things a little bit. Now I am sure that I
finally found what I wanted to ask:

I found out that a store's Junk email can be identified as a 5th
element of the...
Forum: Add-ins for Outlook May 26th 09, 04:13 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 1,447
Posted By [email protected]
Outlook add-in: How to find localized name of the "Junk e-mail"folder

Will it be possible to call

Store.GetSpecialFolder(olFolderJunk) to retrieve a junk folder for
every store instead of retrieving the generic one via
Session.GetDefaultFolder(olFolderJunk) ? And in a...
Forum: Add-ins for Outlook May 21st 09, 04:46 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 910
Posted By [email protected]
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
Posted By [email protected]
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
Posted By [email protected]
Outlook add-in: How to find localized name of the "Junk e-mail"folder

On 15 kvě, 15:04, "Ken Slovak - [MVP - Outlook]"
wrote:
What do you mean by where it came from? Do you mean the sender? Nothing
changes with that.

If a spam comes in and...
Forum: Add-ins for Outlook May 15th 09, 08:35 AM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 1,447
Posted By [email protected]
Outlook add-in: How to find localized name of the "Junk e-mail"folder

On 14 kvě, 20:35, "Ken Slovak - [MVP - Outlook]"
wrote:
If that's the case Outlook is totally confused. GetDefaultFolder() will
always and only retrieve folders from your...
Forum: Add-ins for Outlook May 14th 09, 01:42 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 1,447
Posted By [email protected]
Outlook add-in: How to find localized name of the "Junk e-mail"folder

Firstly thank you very much for your quick reply, I really appreciate
it! I found out that this solution is almost there but not quite...

In my environment I have these Outlook folders:
\Personal...
Forum: Add-ins for Outlook May 13th 09, 03:41 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 606
Posted By [email protected]
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
Posted By [email protected]
Deploying add-ins from Visual Studio Tools for Office

Hmm, all this looks like too much of a hassle to me. I guess I shall
stick to my guns then ;-) If it ain't broke ...
Forum: Add-ins for Outlook May 13th 09, 03:33 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 1,447
Posted By [email protected]
Forum: Add-ins for Outlook May 13th 09, 01:44 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 606
Posted By [email protected]
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
Posted By [email protected]
Deploying add-ins from Visual Studio Tools for Office

The recommended way to write office add-in these days is using VSTO
and C#.NET
Can I rely on .NET framework and/or other prerequisites to be
installed with Office 2003 and newer? If this is not the...
Forum: Add-ins for Outlook May 13th 09, 01:34 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 1,447
Posted By [email protected]
Outlook add-in: How to find localized name of the "Junk e-mail"folder

Hi,
I am writing an C++COM add-in that will add improved spam filtering. I
have a toolbar with a "Mark as spam" button for this purpose. How do I
find out what is the name of the folder that acts as...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT +1. The time now is 03:54 AM.


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.