How to Display icons " The world " in folder Inbox when a mail arrive from Internet

This is my code to change the icons,

@If(SMTPOriginator!=“” | Form=“”;70;

@If(DeliveredDate = “”;

@If(PostedDate="" | @IsUnavailable(PostedDate);

    @If(@IsAvailable(IsMailStationery);

        21;

    @IsAvailable(_ViewIcon);

        _ViewIcon;

     58);

@If(Importance="1";

    124;

122));

Importance = “1”;

150;

@IsAvailable(_ViewIcon);

 _ViewIcon;

$TypeIcon))

I would like to add an icons " the world but How can I display it after, I add the new image and tha alias is 14 , but when i write 14 the icons don’t display …

@If(SMTPOriginator!=“” | Form=“”;14;

xxxxxx…

How can I do to display my image ?

Subject: How to Display icons " The world " in folder Inbox when a mail arrive from Internet

Icons is not the same between Lotus Notes V5 and Lotus Notes V6, Before with client notes V5 the number ‘70’ in the view display the world and 70 in client notes V7 display another things, that’s beacause I would like to know How to do to import icons and display ot in the view … so the icons World I would like …