mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
[KOE-176] additional logging
This commit is contained in:
parent
91c95c3f15
commit
6345de70e6
@ -253,6 +253,7 @@ namespace Acacia.Stubs.OutlookWrappers
|
||||
dwType = (uint)PropType.UNICODE,
|
||||
lpszW = (char*)mem.Ptr
|
||||
};
|
||||
Logger.Instance.Trace(this, "SetAccountProp5A: {0}: {1}", propTag, value);
|
||||
olk.SetProp(propTag, &val);
|
||||
Logger.Instance.Trace(this, "SetAccountProp6: {0}: {1}", propTag, value);
|
||||
olk.SaveChanges(0);
|
||||
|
Loading…
Reference in New Issue
Block a user