Skip to content

Commit

Permalink
Updated example for lotus documents, should use valid email address (#77
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dmitry-t-aspos committed Nov 14, 2023
1 parent c9fb682 commit 67fbdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rendering-basics/render-lotus-notes-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ using (var viewer = new Viewer("sample.nsf"))
var viewOptions = HtmlViewOptions.ForEmbeddedResources();
// Set filters.
viewOptions.MailStorageOptions.TextFilter = "Viewer";
viewOptions.MailStorageOptions.AddressFilter = "groupdocs.com";
viewOptions.MailStorageOptions.AddressFilter = "groupdocs@mail.com";
viewer.View(viewOptions);
}
```
Expand Down

0 comments on commit 67fbdb1

Please sign in to comment.