Learn R Programming

tm.plugin.mail (version 0.0-1)

MailDocument: E-Mail Document

Description

Construct an object representing an electronic mail document.

Usage

MailDocument(x, author = character(0), datetimestamp = as.POSIXlt(Sys.time(), tz = "GMT"), description = character(0), header = character(0), heading = character(0), id = character(0), origin = character(0), language = character(0), localmetadata = list())

Arguments

x
Object of class list containing the content.
author
Object of class character containing the author names.
datetimestamp
Object of class POSIXlt containing the date and time when the document was written.
description
Object of class character containing additional text information.
header
Object of class character containing the mail header.
heading
Object of class character containing the title or a short heading.
id
Object of class character containing an identifier.
origin
Object of class character containing information on the source and origin of the text.
language
Object of class character containing the language of the text (preferably in ISO 639-2 format).
localmetadata
Object of class list containing local meta data in form of tag-value pairs.

See Also

PlainTextDocument