Skip to content

Instantly share code, notes, and snippets.

View ryanjbaxter's full-sized avatar

Ryan Baxter ryanjbaxter

View GitHub Profile
@ryanjbaxter
ryanjbaxter / HTMLNotesDocument.java
Created December 15, 2010 12:50
Add some HTML To A Notes Document
import lotus.domino.Database;
import lotus.domino.Document;
import lotus.domino.MIMEEntity;
import lotus.domino.NotesException;
import lotus.domino.Session;
import lotus.domino.Stream;
import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;