BaseViewOptionsLotusNotesOptions Property |
Note: This API is now obsolete.
Lotus Notes storage data files view options.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntax[ObsoleteAttribute("This option will be replaced by MailStorageOptions property at 21.4 version.")]
public LotusNotesOptions LotusNotesOptions { get; set; }
<ObsoleteAttribute("This option will be replaced by MailStorageOptions property at 21.4 version.")>
Public Property LotusNotesOptions As LotusNotesOptions
Get
Set
public:
[ObsoleteAttribute(L"This option will be replaced by MailStorageOptions property at 21.4 version.")]
property LotusNotesOptions^ LotusNotesOptions {
LotusNotesOptions^ get ();
void set (LotusNotesOptions^ value);
}
[<ObsoleteAttribute("This option will be replaced by MailStorageOptions property at 21.4 version.")>]
member LotusNotesOptions : LotusNotesOptions with get, set
Property Value
Type:
LotusNotesOptions
See Also