[Lotus]怎樣在lotusScript中創建一個姓名域、讀者域、作者域

熱心網友

創建一個"specialType"姓名域 Dim variableName As New NotesItem( notesDocument, name$, value [,specialType%])創建一個"Author"作者域Dim TAuthor As New NotesItem(doc, "Author", Auths, AUTHORS)TAuthor.IsSummary = True