How to add the paperclip icon to a message without attachments

P

Pavel Rosoi

Hello everybody,

I design a custom form in order to display specific .MessageClass messages
with Outlook 2003.
I like to know how to programmatically add the paperclip icon to a message,
in order to display this icon in the Explorer window.
My goal is to add the paperclip symbol to a message without attachments.
 
D

Dmitry Streblechenko

Can't do that. Outlook uses PR_HASATTACH MAPI property, which is read-only
and computed by the store provider.

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

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