1
0
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:
Patrick Simpson 2017-04-28 11:59:32 +02:00
parent c7c48e0358
commit 28b613af14

View File

@ -112,6 +112,10 @@ namespace Acacia
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_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
#region Meeting requests