Помогите вспомнить!

  • Автор темы Автор темы sanch
  • Дата начала Дата начала
S

sanch

Как программно приаттачить что - то к документу?.Спасибо!
 
Для: sanch
Вам в хэлп
1. This script creates a new document in the current database, creates a new rich text item called Body on the document, and attaches the file JIM.SAM to the Body. It then sets the value of the Form and Subject items on the document and saves it.
Код:
Dim session As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim rtitem As NotesRichTextItem
Dim object As NotesEmbeddedObject
Set db = session.CurrentDatabase
Set doc = New NotesDocument( db )
Set rtitem = New NotesRichTextItem( doc, "Body" )
Set object = rtitem.EmbedObject _
( EMBED_ATTACHMENT, "", "c:\jim.sam")
doc.Form = "Main Topic"
doc.Subject = "Here's Jim's document, as an attachment"
Call doc.Save( True, True )
 
Мы в соцсетях:

Обучение наступательной кибербезопасности в игровой форме. Начать игру!