[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