class GmailMessageInfo extends Collection (View source)

Properties

protected $collection_key
string[] $attachmentsSha256Hash
string $date
string $md5HashMessageBody
string $md5HashSubject
string $messageBodySnippet
string $messageId
string $recipient
string $sentTime
string $subjectText

Methods

setAttachmentsSha256Hash($attachmentsSha256Hash)

No description

string[]
getAttachmentsSha256Hash()

No description

setDate($date)

No description

string
getDate()

No description

setMd5HashMessageBody($md5HashMessageBody)

No description

string
getMd5HashMessageBody()

No description

setMd5HashSubject($md5HashSubject)

No description

string
getMd5HashSubject()

No description

setMessageBodySnippet($messageBodySnippet)

No description

string
getMessageBodySnippet()

No description

setMessageId($messageId)

No description

string
getMessageId()

No description

setRecipient($recipient)

No description

string
getRecipient()

No description

setSentTime($sentTime)

No description

string
getSentTime()

No description

setSubjectText($subjectText)

No description

string
getSubjectText()

No description

Details

setAttachmentsSha256Hash($attachmentsSha256Hash)

No description

Parameters

$attachmentsSha256Hash

string[] getAttachmentsSha256Hash()

No description

Return Value

string[]

setDate($date)

No description

Parameters

$date

string getDate()

No description

Return Value

string

setMd5HashMessageBody($md5HashMessageBody)

No description

Parameters

$md5HashMessageBody

string getMd5HashMessageBody()

No description

Return Value

string

setMd5HashSubject($md5HashSubject)

No description

Parameters

$md5HashSubject

string getMd5HashSubject()

No description

Return Value

string

setMessageBodySnippet($messageBodySnippet)

No description

Parameters

$messageBodySnippet

string getMessageBodySnippet()

No description

Return Value

string

setMessageId($messageId)

No description

Parameters

$messageId

string getMessageId()

No description

Return Value

string

setRecipient($recipient)

No description

Parameters

$recipient

string getRecipient()

No description

Return Value

string

setSentTime($sentTime)

No description

Parameters

$sentTime

string getSentTime()

No description

Return Value

string

setSubjectText($subjectText)

No description

Parameters

$subjectText

string getSubjectText()

No description

Return Value

string