UserNote - property of the PmEventItem object
Description:
Event item user note.
Note:
Property access for read and write.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oEv = pMe.Pm("/Event");
var oEvItem = oEv.Item("Temperature");
var sNote = oEvItem.UserNote;
Dim oEv
Set oEv = pMe.Pm("/Event")
Dim oEvItem
Set oEvItem = oEv.Item("Temperature")
Dim sNote
sNote = oEvItem.UserNote