Is there any way to get lotus notes UNID using NOTEHANLE
? I am working with Lotus Notes C API (8.5).
Thanks.
views:
111answers:
2
A:
I think you need to get the LNNOTE
from the NOTEHANDLE
first, and this has the attribute you require:
LNNote::GetUniversalID
Ben Poole
2010-06-03 11:54:14
A:
The NSFNoteGetInfo method will get you the UNID. Pass in a NOTEHANDLE and the second argument as the flag _NOTE_ID.
Ed Schembor
2010-06-04 17:59:19