org.bluez.obex.Message
ORG.BLUEZ.OBEX.MESSAGE(5) Linux System Administration ORG.BLUEZ.OBEX.MESSAGE(5)
NAME
org.bluez.obex.Message - BlueZ D-Bus OBEX Message API documentationINTERFACE
Service
org.bluez.obex
Interface
org.bluez.obex.Message1
Object path
[Session object path]/message{#}Methods object, dict Get(string targetfile, boolean attachment)
Download message and store it in the target file.
If an empty target file is given, a temporary file will be automatically generated.
The returned path represents the newly created transfer, which should be used to find out if the content has been successfully transferred or if the operation fails.
The properties of this transfer are also returned along with the object path, to avoid a call to GetProperties, see org.bluez.obex.Transfer(5) for the possible list of properties.
Possible errors:
org.bluez.obex.Error.InvalidArguments
org.bluez.obex.Error.FailedProperties string Folder [readonly]
Folder which the message belongs tostring Subject [readonly]
Message subjectstring Timestamp [readonly]
Message timestampstring Sender [readonly]
Message sender namestring SenderAddress [readonly]
Message sender addressstring ReplyTo [readonly]
Message Reply-To addressstring Recipient [readonly]
Message recipient namestring RecipientAddress [readonly]
Message recipient addressstring Type [readonly]
Message type
Possible values:
"email"
"sms-gsm"
"sms-cdma"
"mms"uint64 Size [readonly]
Message size in bytesstring Status [readonly]
Message reception status
Possible values:
"complete"
"fractioned"
"notification"boolean Priority [readonly]
Message priority flagboolean Read [read/write]
Message read flagboolean Deleted [writeonly]
Message deleted flagboolean Sent [readonly]
Message sent flagboolean Protected [readonly]
Message protected flagstring DeliveryStatus [readonly] [optional]
Message delivery status
Possible values:
"delivered"
"sent"
"unknown"uint64 ConversationId [readonly] [required]
Message conversation id sent by Server Unique identification of the conversationstring ConversationName [readonly] [optional]
Human readable name of the conversationstring Direction [readonly] [required]
Indicate the direction of the message
Possible values:
"incoming"
"outgoing"
"outgoingdraft"
"outgoingpending"string AttachmentMimeTypes [readonly] [optional]
MIME type of the attachmentBlueZ October 2023 ORG.BLUEZ.OBEX.MESSAGE(5)