i've got the question if it is possible with extended Mapi to change
the subject on an appointment from normal to striked out. I mean the
same way if you delete a IMAP message. Then the subject is striked out
and the whole message is greyed.
Looking forward to your answers
Greets Hans
{00062008-0000-0000-C000-000000000046, 0x8570, PT_LONG
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Hans Schmidt" <suffp...@googlemail.com> wrote in message
news:d295ef05-48c2-4ecc...@n35g2000yqm.googlegroups.com...
Greets Hans
On 19 Nov., 17:38, "Dmitry Streblechenko" <dmi...@dimastr.com> wrote:
> Sure, this is nothing but custom view formatting.
> Out of the box, Outlook displays the strike-out for the messages with the
> following named property set to 1:
>
> {00062008-0000-0000-C000-000000000046, 0x8570, PT_LONG
>
> --
> Dmitry Streblechenko (MVP)http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -"Hans Schmidt" <suffpor...@googlemail.com> wrote in message
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Hans Schmidt" <suffp...@googlemail.com> wrote in message
news:be7e5b67-66cf-49f9...@r24g2000yqd.googlegroups.com...
I had a look View | Current View | Customize | Automatic Formatting
of an IMAP Folder. There for expired mails a rule is set for setting
font to strike out.
Then i had a look at the same of an calender folder. If i add a new
rule there is only
the possibility to change colors but no possibility to change the font
for example.
How can i archive to get the same options as in the IMAP folder?
Furthermore i'm interested how to set this programmatically.
Using Google searching for "custom view formatting" leads to nothing.
Thanks in advance
Greets Hans
On 22 Nov., 16:37, "Dmitry Streblechenko" <dmi...@dimastr.com> wrote:
> Again, this has nothing to do with particular item kinds, it has to do with
> the folder views: - in Outlook, go to View | Current View | Customize
> Current View, click "Automatic Formatting". Regular mail folder views define
> strike through formatting for the expired e-mail. Calendar folders do not;
> but you can customize the view manually or programmatically.
>
> --