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 » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Message Class and Forms



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 29th 07, 02:43 PM posted to microsoft.public.outlook.program_addins
JahMic
external usenet poster
 
Posts: 35
Default Message Class and Forms

I'm trying to mailitems to display a different (custom) icon in their
respective folders. To do this, I've created a form based off of the
standard message form, and modified the icons. I've (seemingly)
successfully installed the form. So, my question is: Is the Message
form the right form to base this off of? After all, it is just on the
viewing side, not create side.

Furthermore, either using OOM or Mapi, I can seemingly successfully
set the Message Class, and while my other properties set persist
through to delivery, my messages keep coming in as 'IPM.Note'. What
am I missing to set this?

Thanks in Advance, J

Ads
  #2  
Old August 29th 07, 07:01 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Message Class and Forms

If you really, really want a custom icon, a custom form is the only way to
do that.
Do you mean when you send the message through SMTP, the custom message class
does not make it through? When a message is converted to MIME, the message
class cannot be mapped to any of the MIME headers.
You can of course send in the RTF format (the infamous winmail.dat
attachment which stores MAPI specific properties), but mail clients other
than Outlook won't be able to read winmail.dat.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"JahMic" wrote in message
oups.com...
I'm trying to mailitems to display a different (custom) icon in their
respective folders. To do this, I've created a form based off of the
standard message form, and modified the icons. I've (seemingly)
successfully installed the form. So, my question is: Is the Message
form the right form to base this off of? After all, it is just on the
viewing side, not create side.

Furthermore, either using OOM or Mapi, I can seemingly successfully
set the Message Class, and while my other properties set persist
through to delivery, my messages keep coming in as 'IPM.Note'. What
am I missing to set this?

Thanks in Advance, J



  #3  
Old August 30th 07, 03:46 PM posted to microsoft.public.outlook.program_addins
JahMic
external usenet poster
 
Posts: 35
Default Message Class and Forms

I see. Yes, this is in regards to going through SMTP. I might be able
to add a custom transport header and convert the PR_MESSAGE_CLASS
OnDelivery. I'm open to suggestions.

The other point was, for just a viewing messages, is a form based off
of the Message form the way to go? What about post or another type?

Thanks, J


On Aug 30, 2:01 am, "Dmitry Streblechenko" wrote:
If you really, really want a custom icon, a custom form is the only way to
do that.
Do you mean when you send the message through SMTP, the custom message class
does not make it through? When a message is converted to MIME, the message
class cannot be mapped to any of the MIME headers.
You can of course send in the RTF format (the infamous winmail.dat
attachment which stores MAPI specific properties), but mail clients other
than Outlook won't be able to read winmail.dat.

Dmitry Streblechenko (MVP)http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"JahMic" wrote in message

oups.com...



I'm trying to mailitems to display a different (custom) icon in their
respective folders. To do this, I've created a form based off of the
standard message form, and modified the icons. I've (seemingly)
successfully installed the form. So, my question is: Is the Message
form the right form to base this off of? After all, it is just on the
viewing side, not create side.


Furthermore, either using OOM or Mapi, I can seemingly successfully
set the Message Class, and while my other properties set persist
through to delivery, my messages keep coming in as 'IPM.Note'. What
am I missing to set this?


Thanks in Advance, J- Hide quoted text -


- Show quoted text -



  #4  
Old August 30th 07, 07:06 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Message Class and Forms

I am not sure I understand what you mean - there is really no difference
between regular messages (IPM.Note) or posts (IPM.Post), at least from the
MAPI and forms point of view.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"JahMic" wrote in message
ups.com...
I see. Yes, this is in regards to going through SMTP. I might be able
to add a custom transport header and convert the PR_MESSAGE_CLASS
OnDelivery. I'm open to suggestions.

The other point was, for just a viewing messages, is a form based off
of the Message form the way to go? What about post or another type?

Thanks, J


On Aug 30, 2:01 am, "Dmitry Streblechenko" wrote:
If you really, really want a custom icon, a custom form is the only way
to
do that.
Do you mean when you send the message through SMTP, the custom message
class
does not make it through? When a message is converted to MIME, the
message
class cannot be mapped to any of the MIME headers.
You can of course send in the RTF format (the infamous winmail.dat
attachment which stores MAPI specific properties), but mail clients other
than Outlook won't be able to read winmail.dat.

Dmitry Streblechenko (MVP)http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"JahMic" wrote in message

oups.com...



I'm trying to mailitems to display a different (custom) icon in their
respective folders. To do this, I've created a form based off of the
standard message form, and modified the icons. I've (seemingly)
successfully installed the form. So, my question is: Is the Message
form the right form to base this off of? After all, it is just on the
viewing side, not create side.


Furthermore, either using OOM or Mapi, I can seemingly successfully
set the Message Class, and while my other properties set persist
through to delivery, my messages keep coming in as 'IPM.Note'. What
am I missing to set this?


Thanks in Advance, J- Hide quoted text -


- Show quoted text -





  #5  
Old August 31st 07, 02:51 PM posted to microsoft.public.outlook.program_addins
JahMic
external usenet poster
 
Posts: 35
Default Message Class and Forms

Yes, it really isn't a technical question. It's more about design,
since the 'message' form seems to be essentially used for 'sending'
messages, I'm not sure if it's appriopriate as a 'viewer' form. What
I want is form for just reading or viewing recieved messaages. I hope
that makes sense.

Thanks, J


On Aug 31, 2:06 am, "Dmitry Streblechenko" wrote:
I am not sure I understand what you mean - there is really no difference
between regular messages (IPM.Note) or posts (IPM.Post), at least from the
MAPI and forms point of view.

Dmitry Streblechenko (MVP)http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"JahMic" wrote in message

ups.com...



I see. Yes, this is in regards to going through SMTP. I might be able
to add a custom transport header and convert the PR_MESSAGE_CLASS
OnDelivery. I'm open to suggestions.


The other point was, for just a viewing messages, is a form based off
of the Message form the way to go? What about post or another type?


Thanks, J


On Aug 30, 2:01 am, "Dmitry Streblechenko" wrote:
If you really, really want a custom icon, a custom form is the only way
to
do that.
Do you mean when you send the message through SMTP, the custom message
class
does not make it through? When a message is converted to MIME, the
message
class cannot be mapped to any of the MIME headers.
You can of course send in the RTF format (the infamous winmail.dat
attachment which stores MAPI specific properties), but mail clients other
than Outlook won't be able to read winmail.dat.


Dmitry Streblechenko (MVP)http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


"JahMic" wrote in message


groups.com...


I'm trying to mailitems to display a different (custom) icon in their
respective folders. To do this, I've created a form based off of the
standard message form, and modified the icons. I've (seemingly)
successfully installed the form. So, my question is: Is the Message
form the right form to base this off of? After all, it is just on the
viewing side, not create side.


Furthermore, either using OOM or Mapi, I can seemingly successfully
set the Message Class, and while my other properties set persist
through to delivery, my messages keep coming in as 'IPM.Note'. What
am I missing to set this?


Thanks in Advance, J- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -



  #6  
Old August 31st 07, 11:17 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Message Class and Forms

Your form can behave in a different way based on whether the mesage is sent
or not.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"JahMic" wrote in message
ups.com...
Yes, it really isn't a technical question. It's more about design,
since the 'message' form seems to be essentially used for 'sending'
messages, I'm not sure if it's appriopriate as a 'viewer' form. What
I want is form for just reading or viewing recieved messaages. I hope
that makes sense.

Thanks, J


On Aug 31, 2:06 am, "Dmitry Streblechenko" wrote:
I am not sure I understand what you mean - there is really no difference
between regular messages (IPM.Note) or posts (IPM.Post), at least from
the
MAPI and forms point of view.

Dmitry Streblechenko (MVP)http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"JahMic" wrote in message

ups.com...



I see. Yes, this is in regards to going through SMTP. I might be able
to add a custom transport header and convert the PR_MESSAGE_CLASS
OnDelivery. I'm open to suggestions.


The other point was, for just a viewing messages, is a form based off
of the Message form the way to go? What about post or another type?


Thanks, J


On Aug 30, 2:01 am, "Dmitry Streblechenko" wrote:
If you really, really want a custom icon, a custom form is the only
way
to
do that.
Do you mean when you send the message through SMTP, the custom message
class
does not make it through? When a message is converted to MIME, the
message
class cannot be mapped to any of the MIME headers.
You can of course send in the RTF format (the infamous winmail.dat
attachment which stores MAPI specific properties), but mail clients
other
than Outlook won't be able to read winmail.dat.


Dmitry Streblechenko (MVP)http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


"JahMic" wrote in message


groups.com...


I'm trying to mailitems to display a different (custom) icon in
their
respective folders. To do this, I've created a form based off of
the
standard message form, and modified the icons. I've (seemingly)
successfully installed the form. So, my question is: Is the Message
form the right form to base this off of? After all, it is just on
the
viewing side, not create side.


Furthermore, either using OOM or Mapi, I can seemingly successfully
set the Message Class, and while my other properties set persist
through to delivery, my messages keep coming in as 'IPM.Note'. What
am I missing to set this?


Thanks in Advance, J- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -





 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Message Class form as default in Public Folder Dino Outlook - Using Forms 3 January 30th 07 01:48 AM
Convert a message class WebService Developer Outlook and VBA 1 November 5th 06 08:38 PM
Message class Josianne Outlook - Using Forms 0 April 10th 06 05:06 PM
Outlook 2003, change class of message [email protected] Outlook - Using Forms 1 March 29th 06 09:21 PM
Doc Message Class and MS Server 2003/OL2003 Stimpy Outlook - Using Forms 1 March 13th 06 01:21 AM


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