mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
[KOE-105] Constants for delivery and read receipt flags.
This commit is contained in:
parent
c7c48e0358
commit
28b613af14
@ -112,6 +112,10 @@ namespace Acacia
|
|||||||
public const string PR_IN_REPLY_TO_ID = PROP + "1042" + PT_UNICODE;
|
public const string PR_IN_REPLY_TO_ID = PROP + "1042" + PT_UNICODE;
|
||||||
public const string PR_INTERNET_MESSAGE_ID = PROP + "1035" + PT_UNICODE;
|
public const string PR_INTERNET_MESSAGE_ID = PROP + "1035" + PT_UNICODE;
|
||||||
|
|
||||||
|
public const string PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED = PROP + "0023" + PT_BOOLEAN;
|
||||||
|
public const string PR_ORIGINATOR_NON_DELIVERY_REPORT_REQUESTED = PROP + "0C08" + PT_BOOLEAN;
|
||||||
|
public const string PR_READ_RECEIPT_REQUESTED = PROP + "0029" + PT_BOOLEAN;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Meeting requests
|
#region Meeting requests
|
||||||
|
Loading…
Reference in New Issue
Block a user