![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |