The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::Message - A single message from a sender to one or more organizations or people.

VERSION

version v3.8.0

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::Person']
InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::ContactPoint']

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:

InstanceOf['SemanticWeb::Schema::CreativeWork']

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::Person']
InstanceOf['SemanticWeb::Schema::Organization']

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::Audience']
InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']

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::Audience']
InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']
InstanceOf['SemanticWeb::Schema::ContactPoint']

SEE ALSO

SemanticWeb::Schema::CreativeWork

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2019 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)