Looking for help!
NAME
SemanticWeb::Schema::Message - A single message from a sender to one or more organizations or people.
VERSION
version v0.0.4
DESCRIPTION
A single message from a sender to one or more organizations or people.
ATTRIBUTES
bcc_recipient
bccRecipient
A sub property of recipient. The recipient blind copied on a message.
A bcc_recipient should be one of the following types:
InstanceOf['SemanticWeb::Schema::ContactPoint']
InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']
cc_recipient
ccRecipient
A sub property of recipient. The recipient copied on a message.
A cc_recipient should be one of the following types:
InstanceOf['SemanticWeb::Schema::ContactPoint']
InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']
date_read
dateRead
The date/time at which the message has been read by the recipient if a single recipient exists.
A date_read should be one of the following types:
Str
date_received
dateReceived
The date/time the message was received if a single recipient exists.
A date_received should be one of the following types:
Str
date_sent
dateSent
The date/time at which the message was sent.
A date_sent should be one of the following types:
Str
message_attachment
messageAttachment
A CreativeWork attached to the message.
A message_attachment should be one of the following types:
recipient
A sub property of participant. The participant who is at the receiving end of the action.
A recipient should be one of the following types:
InstanceOf['SemanticWeb::Schema::Audience']
InstanceOf['SemanticWeb::Schema::ContactPoint']
InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']
sender
A sub property of participant. The participant who is at the sending end of the action.
A sender should be one of the following types:
InstanceOf['SemanticWeb::Schema::Person']
InstanceOf['SemanticWeb::Schema::Audience']
InstanceOf['SemanticWeb::Schema::Organization']
to_recipient
toRecipient
A sub property of recipient. The recipient who was directly sent the message.
A to_recipient should be one of the following types:
InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Audience']
InstanceOf['SemanticWeb::Schema::Person']
InstanceOf['SemanticWeb::Schema::ContactPoint']
SEE ALSO
SemanticWeb::Schema::CreativeWork
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)