-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTypicalReply.manifest.xml
More file actions
124 lines (122 loc) · 5.79 KB
/
TypicalReply.manifest.xml
File metadata and controls
124 lines (122 loc) · 5.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp
xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides"
xsi:type="MailApp">
<Id>20ecd0b2-4157-492b-8d0b-475b729f48ec</Id>
<Version>1.0.0.0</Version>
<ProviderName>ClearCode</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="TypicalReply"/>
<Description DefaultValue="This addin provides centralized canned responses.">
<Override Locale="en-US" Value="This addin provides centralized canned responses."/>
<Override Locale="ja-JP" Value="集中管理可能な定型文での返信を提供します。"/>
<Override Locale="zh-CN" Value="This addin provides centralized canned responses."/>
</Description>
<IconUrl DefaultValue="https://127.0.0.1:10042/assets/icon-64.png"/>
<HighResolutionIconUrl DefaultValue="https://127.0.0.1:10042/assets/icon-128.png"/>
<SupportUrl DefaultValue="https://github.com/clear-code/typical-reply-outlook-office-addin"/>
<AppDomains>
<AppDomain>https://127.0.0.1:10042</AppDomain>
</AppDomains>
<Requirements>
<Sets DefaultMinVersion="1.1">
<Set Name="Mailbox" />
</Sets>
</Requirements>
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="https://127.0.0.1:10042/app.html" />
<RequestedHeight>250</RequestedHeight>
</DesktopSettings>
</Form>
</FormSettings>
<Permissions>ReadWriteMailbox</Permissions>
<Rule xsi:type="RuleCollection" Mode="Or">
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
</Rule>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
<!-- On Send requires VersionOverridesV1_1 -->
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
<Description resid="residAppDescription" />
<Requirements>
<bt:Sets DefaultMinVersion="1.13">
<bt:Set Name="Mailbox" />
</bt:Sets>
</Requirements>
<Hosts>
<Host xsi:type="MailHost">
<Runtimes>
<!-- HTML file that references the JavaScript event handlers. This is used by Outlook on the web and on Mac, and in new Outlook on Windows. -->
<Runtime resid="residUILessFunctionFileUrl">
<!-- JavaScript file that contains the event handlers. This is used by classic Outlook on Windows. -->
<Override type="javascript" resid="residUILessFunctionJsFileUrl"/>
</Runtime>
</Runtimes>
<DesktopFormFactor>
<FunctionFile resid="residUILessFunctionFileUrl" />
<ExtensionPoint xsi:type="LaunchEvent">
<LaunchEvents>
<LaunchEvent Type="OnNewMessageCompose" FunctionName="onNewMessageComposeCreated"/>
</LaunchEvents>
<SourceLocation resid="residUILessFunctionFileUrl"/>
</ExtensionPoint>
<ExtensionPoint xsi:type="MessageReadCommandSurface">
<OfficeTab id="TabDefault">
<Group id="msgReadCmdGroup">
<Label resid="CommandsGroup.Label"/>
<Control xsi:type="Button" id="msgReadTypicalReply">
<Label resid="TypicalReplyButton.Label"/>
<Supertip>
<Title resid="TypicalReplyButton.SupertipTitle"/>
<Description resid="TypicalReplyButton.SupertipText"/>
</Supertip>
<Icon>
<bt:Image size="16" resid="Icon.16x16"/>
<bt:Image size="32" resid="Icon.32x32"/>
<bt:Image size="80" resid="Icon.80x80"/>
</Icon>
<Action xsi:type="ExecuteFunction">
<FunctionName>onTypicalReplyButtonClicked</FunctionName>
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://127.0.0.1:10042/assets/icon-16.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://127.0.0.1:10042/assets/icon-32.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://127.0.0.1:10042/assets/icon-80.png"/>
</bt:Images>
<bt:Urls>
<!-- The JavaScript code is hosted on a secure and trusted web server. -->
<bt:Url id="residUILessFunctionFileUrl" DefaultValue="https://127.0.0.1:10042/app.html" ></bt:Url>
<bt:Url id="residUILessFunctionJsFileUrl" DefaultValue="https://127.0.0.1:10042/app.js" ></bt:Url>
</bt:Urls>
<bt:ShortStrings>
<bt:String id="CommandsGroup.Label" DefaultValue="TypicalReply">
<bt:Override Locale="ja-JP" Value="定型返信"/>
</bt:String>
<bt:String id="TypicalReplyButton.Label" DefaultValue="Like!">
<bt:Override Locale="ja-JP" Value="いいね!"/>
</bt:String>
<bt:String id="TypicalReplyButton.SupertipTitle" DefaultValue="Like!">
<bt:Override Locale="ja-JP" Value="いいね!"/>
</bt:String>
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="TypicalReplyButton.SupertipText" DefaultValue="Reply to this email with a Like!">
<bt:Override Locale="ja-JP" Value="このメールにいいね!を送る"/>
</bt:String>
</bt:LongStrings>
</Resources>
</VersionOverrides>
</VersionOverrides>
</OfficeApp>