Red Hat NETSCAPE MANAGEMENT SYSTEM 4.5 - COMMAND-LINE Manual do Utilizador Página 119

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 128
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 118
1 2 ... 114 115 116 117 118 119 120 121 122 123 124 ... 127 128

Comentários a estes Manuais

Sem comentários