Commit d1dbbb39 authored by Manfred Kutas's avatar Manfred Kutas

ZP-791 LastModifiedDate not set for notes when changed on the server.

Released under the Affero GNU General Public License (AGPL) version 3.
parent bca74a9c
...@@ -460,7 +460,7 @@ class MAPIMapping { ...@@ -460,7 +460,7 @@ class MAPIMapping {
public static function GetNoteMapping() { public static function GetNoteMapping() {
return array( return array(
"categories" => "PT_MV_STRING8:PS_PUBLIC_STRINGS:Keywords", "categories" => "PT_MV_STRING8:PS_PUBLIC_STRINGS:Keywords",
"lastmodificationtime" => PR_LAST_MODIFICATION_TIME, "lastmodified" => PR_LAST_MODIFICATION_TIME,
"messageclass" => PR_MESSAGE_CLASS, "messageclass" => PR_MESSAGE_CLASS,
"subject" => PR_SUBJECT, "subject" => PR_SUBJECT,
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment