Customized "read" form for IPM.note with image and textbox

G

Guest

Hi!

I posted this already in microsoft.public.office.developer.outlook.forms
but unfortunately got no answers. Probably someone in this newsgroup can
help me with an expertise. I have embedded my new findings in the
original text. THX!

-----------------------------------------------------------------------

For a certification and antiphishing solution, the Outlook (2003)
inspector will have to show an additional text line and - if possible -
an icon on the right side of the message properties pane. [...] For an
ASCII-art representation, see below.

In a thread on microsoft.public.win32.programmer.messaging, Dmitry
Streblechenko suggested to dynamically change the form (NewInspector
event should be Ok, use Inspector.ModifiedFormPages collection). As he
said, that would however one-off the message and you would need to
delete a couple of properties that contains one-off blobs after the
message is saved and the inspector is closed.

I, unfortunately, have no clue on how I should do this programmatically
(using E-MAPI, CDO, OOM) - I even failed in manually creating a form

[Meanwhile and thanks to Sues code sample at
http://www.outlookcode.com/d/formpicture.htm I have successfully added
an image control and when I change the message class to
IPM.note.Certified, the new form will be used. Unfortunately, I'm unable
to change the image later (by tweaking the BillingInformation-property),
only a re-run of the form will do but this is out of question since it
opens a new item for writing to it.]

for
the IPM.note.certified, publishing it and having a message with
PR_MESSAGE_CLASS changed to that class displayed with the new form.

So if anybody could give me some expert help on that task (is it doable
at all?) would do me a very great favour.

[... Example: ]

--------------------------------------------------------------
|[=] test message subject - Message (Plain Text) _ [ ][X]|
| |
|| File Edit View Insert Format Tools Actions Help |
|| Reply Reply to All Forward Print ... |
|| [E]ncrypted igned |
|--------------------------------------------------------------|
|From: (e-mail address removed) Sent: Mi 06.10.2004 16:15|
|To: (e-mail address removed) |
|Cc: |
|Subject: test message subject |
|Status: ** ANY CUSTOM TEXT HERE ** ------------ |
| | ||
| | * Image * ||
| | ||
| ------------ |
| |
| ------------------------------------------------------------ |
|| Mail body here ... ||
|| ||
|| ||
|| ||
|| ||
|| ||
|| ||
|| ||
| ------------------------------------------------------------ |
--------------------------------------------------------------


-----------------------------------------------------------------------

Thanks a lot in advance for your help!

Volker
__
Mail replies to/an V B A R T H E L D at G M X dot D E
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top