Skip to content

Commit

Permalink
Actually, this looks like the correct property id for the GOID value.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 4, 2014
1 parent d2b9f71 commit 15a5cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -106,7 +106,7 @@ class Horde_Compress_Tnef extends Horde_Compress_Base
const MAPI_REMINDER_DELTA = 0x8501; // Minutes between start of mtg and overdue.
const MAPI_SIGNAL_TIME = 0x8502; // Initial alarm time.
const MAPI_REMINDER_SIGNAL_TIME = 0x8560; // Time that item becomes overdue.
const MAPI_ENTRY_UID = 0x0003; //0x0E0A; // GUID??
const MAPI_ENTRY_UID = 0x0023; // GOID??
const MAPI_LAST_MODIFIER_NAME = 0x3FFA;
const MAPI_MEETING_TYPE = 0x0026;

Expand Down

0 comments on commit 15a5cef

Please sign in to comment.