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.03 seconds.
Search: Posts made by: T-rev
Forum: Add-ins for Outlook March 20th 07, 03:02 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,005
Posted By T-rev
IMapiTable::SortTable problem

I have a problem with the method SortTable at the moment.

If I get a SortTable call simply sorting, I pass it onto the Mapi underlying
table object and it sorts fine and returns S_OK.

But if I try...
Forum: Add-ins for Outlook March 15th 07, 04:36 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 569
Posted By T-rev
Outlook2007 crash when sortTable is too complex.

We have an addin for outlook written in extended mapi and exchange client
extensions.

When our messageStore is called into to sort a contents table, normally and
the sort is too complex say on a...
Forum: Add-ins for Outlook March 15th 07, 04:31 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 696
Posted By T-rev
image icon in mail item

There are a couple of ways to do this, but the easiest would be to implement
your own application class for mails. Like a form.
Eg. have a form with your new icon in it as default icon, then when...
Forum: Add-ins for Outlook November 15th 06, 02:49 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 725
Posted By T-rev
Masking a mail message icon

Alternatively give the messages default message class for the items you want
to change, then assign that message class your new icon, outlook will then
automatically give that messageClass the new...
Forum: Add-ins for Outlook November 8th 06, 03:47 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 862
Posted By T-rev
Adding a icon to the Inbox List

This is possible but its not nice.....
After all items in a folder all have a specific message class, you can do
either 1 off 2 things.

Create a new messageClass extension for the items to indicate...
Forum: Add-ins for Outlook November 8th 06, 03:30 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 564
Posted By T-rev
OL2007beta2 Desktop Search Issue.

Got the answer - it was a bug in beta2 and is now fixed and working as
expected in beta2 TR.

Hope it stays fixed for the released version - :op


"T-rev" wrote in message...
Forum: Add-ins for Outlook October 31st 06, 11:26 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 748
Posted By T-rev
Problem with an Addin using IExchExtCommands and Outlook 2007 B2 T

I also have a messageStore in mapi and ECE interface which I have just
ported to outlook2007 beta2, it seems to be working fine through ECE
although it no longer allows the useage of the v1.1.4322...
Forum: Add-ins for Outlook October 30th 06, 04:25 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 564
Posted By T-rev
OL2007beta2 Desktop Search Issue.

We have developed a messageStore add in which uses extended Mapi and
exchange client extensions.

We are presently porting the client to work correctly with the new OL2007
features, one of which is...
Forum: Outlook - General Queries October 6th 06, 11:55 AM Posted to microsoft.public.outlook
Replies: 3
Views: 670
Posted By T-rev
Form C++ Forum

Thanks for the response.

I have tried posting to the add ins group but no response so far. I have
tried the forms group but this is mostly VBA posts. I don't see a specific
one for c++. We may...
Forum: Outlook - Using Forms October 5th 06, 05:26 PM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 320
Posted By T-rev
Form Icons in Contents Pane.

Ok I have designed a VB form and a new custom form server in c++ with custom
form messageClass for each.

Now within the forms themselves and icons when minimised I can control in
c++ and probably...
Forum: Outlook - General Queries October 5th 06, 03:55 PM Posted to microsoft.public.outlook
Replies: 3
Views: 670
Posted By T-rev
Form C++ Forum

Which forum should I post requests to for c++ form info.

Investigation forms server in c++ and have the sample working but which to
ask some design questions - should I post here??

Answers on a...
Forum: Outlook - General Queries October 4th 06, 04:16 PM Posted to microsoft.public.outlook
Replies: 0
Views: 426
Posted By T-rev
OL2007 .Net2.0 framework problem.

I have a outlook.config file specifying for outlook process to use v1.1.4322
version of the framework which outlook fails to load. If you remove the
config file, it loads framework 2.0 sucessfully...
Forum: Outlook - Using Forms October 3rd 06, 11:52 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 368
Posted By T-rev
Cotents Pane Icons.

Ok it looks as if I may have to resort to writing a forms server and
creating the forms in c++. Now does anyone have documented way of doing
this - ie is there base samples for each of the design...
Forum: Outlook - Using Forms October 2nd 06, 01:08 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 463
Posted By T-rev
Missing Body in Appointment

Have you tried accepting the meeting request on the other users machine.

The appointment item gets added on the creators machine at the time you
create the request this is the mail type meeting...
Forum: Add-ins for Outlook September 21st 06, 03:59 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 518
Posted By T-rev
searchFolders OL2003

Ok I thought I had got an answer to my problems at the moment!!!

Problem is that from OL2003 on there is a virtual contruct search Folders
folder, now I turned it off by removing the...
Forum: Outlook - General Queries September 21st 06, 12:52 PM Posted to microsoft.public.outlook
Replies: 2
Views: 508
Posted By T-rev
Outlook 2002 image issue

Try turning on Word to read the mail as well as the editor - I have seen
known issues with rendering in outlook.

See if this helps.

"lberlin" wrote in message...
Forum: Outlook - Using Forms September 21st 06, 11:39 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 368
Posted By T-rev
Cotents Pane Icons.

I have created some custom forms based on each standard form to show our
client specific icons instead of the outlook ones. Have mapi message store,
exchange extensions comaddin and some...
Forum: Outlook - Using Forms September 19th 06, 04:42 PM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 328
Posted By T-rev
Mail form VB code.

thanks - userProperties now contain items which I have added from the folder
list, - the values of which seem to be got correctly from the mapiObject.

thanks for your help.

For some reason I was...
Forum: Outlook - Using Forms September 19th 06, 01:27 PM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 328
Posted By T-rev
Mail form VB code.

No the properties do not exist in this list, these are userProperties added
to a form. If I add a property to this list it appears on the form
description and userProperties fields which we do not...
Forum: Add-ins for Outlook September 19th 06, 12:23 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 643
Posted By T-rev
Outlook2007 folder URL problem

We have implemented a mapi messageStore provider in MAPI with some exchange
extensions addins which has worked for a long time now, in outlook2000, XP
and 2003.

Now working with:
outlook2007 beta...
Forum: Outlook - General Queries September 19th 06, 12:04 PM Posted to microsoft.public.outlook
Replies: 1
Views: 532
Posted By T-rev
Outlook 2007 beta2 issue.(Folder URL links)

I have implemented a messageStore provider in MAPI which has worked for a
long time now, in outlook2000, XP and 2003. Now comes the dreaded task of
porting and addressing issues in 2007.

At...
Forum: Outlook - Using Forms September 18th 06, 01:50 PM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 328
Posted By T-rev
Mail form VB code.

Have you a VB snippet I could use please.
Problem is I have a published form to a folder. I can add to the
messageBody, or display buttons based on messageProperties. But I need to
get access to...
Forum: Outlook - Using Forms September 18th 06, 11:20 AM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 467
Posted By T-rev
New Mail Form - Please help further details.

In addition to this I forgot to give you what I am working with.

I have written a medium level RTF aware mapi message store.

I place properties onto the messages when requested from our store which...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT +1. The time now is 09:15 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.