Description Usage Arguments Value Examples
Open a .msg in the current Outlook session. First, copies it to a temporary location, to avoid locking it.
1 |
ol_app |
An object that represents an Outlook application instance (class: class 'COMIDispatch.') |
path_msg |
a path to a '.msg' or '.eml' file (not checked for format) |
show_message |
if TRUE, show the message for editing after creation |
a COM object that binds to an e-mail window (''Outlook.MailItem'')
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Path to a sample .msg file
f <- system.file('data/sample.msg', package = 'outlookMailer')
con <- connect_outlook()
msg <- open_msg(con, path_msg = f, show_message = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.