demos\outlook\template.sdf
 1 TemplateContext {
 2   widgets {
 3     {
 4       Label {
 5         templateName: "headerLabel"
 6         borders {
 7           matte [insets="1,0,0,0", color="Sage.controlDkGradient"]
 8           matte [insets="0,0,1,0"]
 9         } 
10         contentPadding { bottom: "4"; top: "4" }
11         bgColor: "Sage.controlLtGradient,Sage.controlDkGradient"
12         horizontalAlign: "full"
13         textHAlignment: "center"
14       }
15     }
16     {
17       Table {
18         templateName: "email.emptyTable"
19         autoResizeMode: "resize_last_column"
20         selectionMode: "none"
21         columns {
22           {width: "1ch!"; headerIcon: "resource:Sage.icon.exclamation" }
23           {width: "2ch!"; headerIcon: "resource:Sage.icon.pageTransparent" }
24           {width: "1ch!"; headerIcon: "resource:Sage.icon.paperclip" }
25           {title: "To"; width: "100" }
26           {title: "Subject"; width: "400" }
27           {
28             title: "Sent"
29             valueType: "date_time_type"
30             valueContext: "MMM dd, yyyy HH:mm"
31           }
32           {title: "Size" }
33         }
34         dataURL: "no_data.sdf"
35       }
36     }
37   }
38 }
39 
40 
41 
42