gunawantw

Get AttachmentNames via LotusScript

Jan 22nd, 2021 (edited)
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'cara mendapatkan file attachements di dalam document menggunakan Lotus Script
  2.  
  3. Dim ses As New notessession
  4. Dim doc As notesdocument
  5. dim varAttach as Variant
  6.    
  7. Set doc = ses.documentcontext
  8. varAttach = Evaluate(|@AttachmentNames|, doc)
  9.  
  10.  
Add Comment
Please, Sign In to add comment