Red Hat NETSCAPE MANAGEMENT SYSTEM 4.5 - COMMAND-LINE Manuale Utente Pagina 119

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 128
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 118
Click New Agent.
set the Name field to "replyto"
Add the following Lotusscript code to the agent:
Sub Initialize
Dim session As New NotesSession
Dim db As NotesDatabase
Dim view As NotesView
Dim doc As NotesDocument
Set db = session.CurrentDatabase
Set view = db.getView("$Sent")
Set doc = view.GetFirstDocument()
While Not(doc Is Nothing)
Call doc.PutInFolder("$inbox")
Set doc = view.GetNextDocument(doc)
Wend
End Sub
© Copyright IBM Corp. 2013
119
Vedere la pagina 118
1 2 ... 114 115 116 117 118 119 120 121 122 123 124 ... 127 128

Commenti su questo manuale

Nessun commento