Learn R Programming

gmailr (version 0.5.0)

to: Methods to get values from message or drafts

Description

Methods to get values from message or drafts

Usage

to(x, ...)

## S3 method for class 'gmail_message': to(x, ...)

## S3 method for class 'gmail_draft': to(x, ...)

from(x, ...)

## S3 method for class 'gmail_message': from(x, ...)

cc.gmail_message(x, ...)

cc.gmail_draft(x, ...)

bcc.gmail_message(x, ...)

bcc.gmail_draft(x, ...)

date(x, ...)

## S3 method for class 'gmail_message': date(x, ...)

## S3 method for class 'gmail_draft': date(x, ...)

subject(x, ...)

## S3 method for class 'gmail_message': subject(x, ...)

## S3 method for class 'gmail_draft': subject(x, ...)

Arguments

x
the object from which to get or set the field
...
other parameters passed to methods

See Also

common_fields