summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RulePredicatesType.php
blob: cbb34bc39b7e0b8f20bc91ef156b03ee4e102b3a (plain) (blame)
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\RulePredicatesType.
 */

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Identifies the conditions that, when fulfilled, will trigger the rule actions
 * for a rule.
 *
 * @package php-ews\Type
 */
class RulePredicatesType extends Type
{
    /**
     * Contains the categories that must be applied to an incoming message in
     * order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfStringsType
     */
    public $Categories;

    /**
     * Indicates the strings that must appear in the body of incoming messages
     * in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfStringsType
     */
    public $ContainsBodyStrings;

    /**
     * Indicates the strings that must appear in the headers of incoming
     * messages in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfStringsType
     */
    public $ContainsHeaderStrings;

    /**
     * Indicates the strings that must appear in either the ToRecipients or
     * CcRecipients properties of incoming messages in order for the condition
     * or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfStringsType
     */
    public $ContainsRecipientStrings;

    /**
     * Indicates the strings that must appear in the From property of incoming
     * messages in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfStringsType
     */
    public $ContainsSenderStrings;

    /**
     * Indicates the strings that must appear in either the body or the subject
     * of incoming messages in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfStringsType
     */
    public $ContainsSubjectOrBodyStrings;

    /**
     * Indicates the strings that must appear in the subject of incoming
     * messages in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfStringsType
     */
    public $ContainsSubjectStrings;

    /**
     * Specifies the flag for action value that must appear on incoming messages
     * in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var string
     *
     * @see \jamesiarmes\PhpEws\Enumeration\FlaggedForActionType
     */
    public $FlaggedForAction;

    /**
     * Indicates the e-mail addresses from which incoming messages must be sent
     * in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfEmailAddressesType
     */
    public $FromAddresses;

    /**
     * Represents the e-mail account names from which incoming messages have to
     * have been aggregated in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfStringsType
     */
    public $FromConnectedAccounts;

    /**
     * Indicates whether incoming messages have to have attachments in order for
     * the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $HasAttachments;

    /**
     * Specifies the importance that is stamped on incoming messages in order
     * for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var string
     *
     * @see \jamesiarmes\PhpEws\Enumeration\ImportanceChoicesType
     */
    public $Importance;

    /**
     * Indicates whether incoming messages must be approval requests in order
     * for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsApprovalRequest;

    /**
     * Indicates whether incoming messages must be automatic forwards in order
     * for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsAutomaticForward;

    /**
     * Indicates whether incoming messages must be automatic replies in order
     * for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsAutomaticReply;

    /**
     * Indicates whether incoming messages must be S/MIME encrypted in order for
     * the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsEncrypted;

    /**
     * Indicates whether incoming messages must be meeting requests in order for
     * the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsMeetingRequest;

    /**
     * Indicates whether incoming messages must be meeting responses in order
     * for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsMeetingResponse;

    /**
     * Indicates whether incoming messages must be non-delivery reports (NDRs)
     * in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsNDR;

    /**
     * Indicates whether incoming messages must be permission controlled (RMS
     * protected) in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsPermissionControlled;

    /**
     * Indicates whether incoming messages must be read receipts in order for
     * the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsReadReceipt;

    /**
     * Indicates whether incoming messages must be S/MIME signed in order for\
     * the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsSigned;

    /**
     * Indicates whether incoming messages must be voice mail messages in order
     * for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $IsVoicemail;

    /**
     * Represents the item classes that must be stamped on incoming messages in
     * order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfStringsType
     */
    public $ItemClasses;

    /**
     * Represents the message classifications that must be stamped on incoming
     * messages in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfStringsType
     */
    public $MessageClassifications;

    /**
     * Indicates whether the owner of the mailbox must not be in the
     * ToRecipients property of the incoming messages in order for the condition
     * or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $NotSentToMe;

    /**
     * Indicates the sensitivity that must be stamped on incoming messages in
     * order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var string
     *
     * @see \jamesiarmes\PhpEws\Enumeration\SensitivityChoicesType
     */
    public $Sensitivity;

    /**
     * Indicates whether the owner of the mailbox has to be in the CcRecipients
     * property of incoming messages in order for the condition or exception to
     * apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $SentCcMe;

    /**
     * Indicates whether the owner of the mailbox has to be the only one in the
     * ToRecipients property of incoming messages in order for the condition or
     * exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $SentOnlyToMe;

    /**
     * Indicates the e-mail addresses that incoming messages have to have been
     * sent to in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfEmailAddressesType
     */
    public $SentToAddresses;

    /**
     * Indicates whether the owner of the mailbox has to be in the ToRecipients
     * property of incoming messages in order for the condition or exception to
     * apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $SentToMe;

    /**
     * Indicates whether the owner of the mailbox has to be in either a
     * ToRecipients or CcRecipients property of incoming messages in order for
     * the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var boolean
     */
    public $SentToOrCcMe;

    /**
     * Specifies the date range within which incoming messages have to have been
     * received in order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\Type\RulePredicateDateRangeType
     */
    public $WithinDateRange;

    /**
     * Specifies the minimum and maximum sizes that incoming messages must be in
     * order for the condition or exception to apply.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\Type\RulePredicateSizeRangeType
     */
    public $WithinSizeRange;
}