1ORG.BLUEZ.OBEX.MESSAGE(5) Linux System AdministrationORG.BLUEZ.OBEX.MESSAGE(5)
2
3
4

NAME

6       org.bluez.obex.Message - BlueZ D-Bus OBEX Message API documentation
7

INTERFACE

9       Service
10              org.bluez.obex
11
12       Interface
13              org.bluez.obex.Message1
14
15       Object path
16              [Session object path]/message{#}
17
18   Methods
19   object, dict Get(string targetfile, boolean attachment)
20          Download message and store it in the target file.
21
22          If an empty target file is given, a temporary file will be automati‐
23          cally generated.
24
25          The returned path  represents  the  newly  created  transfer,  which
26          should  be  used  to  find  out if the content has been successfully
27          transferred or if the operation fails.
28
29          The properties of this transfer are also returned along with the ob‐
30          ject    path,    to    avoid    a   call   to   GetProperties,   see
31          org.bluez.obex.Transfer(5) for the possible list of properties.
32
33          Possible errors:
34
35          org.bluez.obex.Error.InvalidArguments
36
37          org.bluez.obex.Error.Failed
38
39   Properties
40   string Folder [readonly]
41          Folder which the message belongs to
42
43   string Subject [readonly]
44          Message subject
45
46   string Timestamp [readonly]
47          Message timestamp
48
49   string Sender [readonly]
50          Message sender name
51
52   string SenderAddress [readonly]
53          Message sender address
54
55   string ReplyTo [readonly]
56          Message Reply-To address
57
58   string Recipient [readonly]
59          Message recipient name
60
61   string RecipientAddress [readonly]
62          Message recipient address
63
64   string Type [readonly]
65          Message type
66
67          Possible values:
68
69          "email"
70
71          "sms-gsm"
72
73          "sms-cdma"
74
75          "mms"
76
77   uint64 Size [readonly]
78          Message size in bytes
79
80   string Status [readonly]
81          Message reception status
82
83          Possible values:
84
85          "complete"
86
87          "fractioned"
88
89          "notification"
90
91   boolean Priority [readonly]
92          Message priority flag
93
94   boolean Read [read/write]
95          Message read flag
96
97   boolean Deleted [writeonly]
98          Message deleted flag
99
100   boolean Sent [readonly]
101          Message sent flag
102
103   boolean Protected [readonly]
104          Message protected flag
105
106
107
108
109BlueZ                            October 2023        ORG.BLUEZ.OBEX.MESSAGE(5)
Impressum