CStorage.NoSave Property | |
You can use this assign to suppress the storing of the attachments into the storage. This makes sense, if you want to store only raw email files.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NoSave AS LOGIC SET
public virtual bool NoSave { set; }
Request Example
View SourceProperty Value
Type:
LogicYou can use this assign to suppress the storing of the attachments into the storage. This makes sense, if you want to store only raw email files.
See Also