LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates whether an item is saved to disk when the document is saved.
Defined in
NotesItem
Data type
Boolean
Syntax
To get: flag = notesItem.SaveToDisk
To set: notesItem.SaveToDisk = flag
Legal values
If you mark an existing item as not to be saved, it disappears from disk the next time you save the document.
Language cross-reference
IsSaveToDisk property in Java Item class
@DocMark function in formula language
Example See Also