save_msg_attachments: Save Attachments of msg Files

View source: R/saveAttachment.R

AttachmentsR Documentation

Save Attachments of msg Files

Description

Save an attachments of Outlook msg files.

Usage

save_msg_attachments(msg.path, pdf.path)

Arguments

msg.path

the attachment to find. Can be a regular expression.

pdf.path

the mbox file

Details

The functions uses a simple PowerShell script to save attachments to msg files into separate files.

Value

The function is called for its side effect.

Author(s)

Enrico Schumann

Examples

## save_msg_attachments("~/Desktop", "~/Desktop/attachments")

enricoschumann/mailtools documentation built on Oct. 27, 2023, 8:14 p.m.