MessageModerationHelper extension

Extension that adds moderation functionality to Message objects.

This extension provides methods to determine if a message is flagged, bounced, removed, or shadowed by the moderation system.

on

Properties

isBounced bool

Available on Message, provided by the MessageModerationHelper extension

True if the message is bounced by the moderation system.
no setter
isBouncedWithError bool

Available on Message, provided by the MessageModerationHelper extension

True if the message is bounced with an error by the moderation system.
no setter
isFlagged bool

Available on Message, provided by the MessageModerationHelper extension

True if the message is flagged by the moderation system.
no setter
isRemoved bool

Available on Message, provided by the MessageModerationHelper extension

True if the message is removed by the moderation system.
no setter
isShadowed bool

Available on Message, provided by the MessageModerationHelper extension

True if the message is shadowed by the moderation system.
no setter