MessageSendingFlags
Description:
[ CCode ( cprefix = "TP_MESSAGE_SENDING_FLAG_REPORT_" , has_type_id = false ) ]
[ Flags ]
public enum MessageSendingFlags
Flags altering the way a message is sent.
The "most usual" action should always be to have these flags unset. Some indication of which flags are supported is
provided by the DeliveryReportingSupport property.
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- DELETED -
Provide a delivery report when the message is deleted by the recipient, even if this is not the default for this protocol.
- DELIVERY -
Provide a successful delivery report if possible, even if this is not the default for this protocol.
- READ - Provide a
delivery report when the message is read by the recipient, even if this is not the default for this protocol.