-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update examples for Lotus documents (#235)
- Loading branch information
1 parent
9a75871
commit 52c9e45
Showing
5 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ public static void Run() | |
using (Viewer viewer = new Viewer(TestFiles.SAMPLE_NSF)) | ||
{ | ||
HtmlViewOptions options = HtmlViewOptions.ForEmbeddedResources(pageFilePathFormat); | ||
//options.LotusNotesOptions.TextFilter = "April 2015"; | ||
options.LotusNotesOptions.AddressFilter = "[email protected]"; | ||
options.MailStorageOptions.TextFilter = "April 2015"; | ||
options.MailStorageOptions.AddressFilter = "[email protected]"; | ||
|
||
viewer.View(options); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters