attachment QML Value Type
Represents information related to an attachment for a Calendar Incidence. More...
Import Statement: | import org.kde.kcalendarcore |
In C++: | Attachment |
Properties
- isBinary : bool
- isEmpty : bool
- isLocal : bool
- isUri : bool
- label : string
- mimeType : string
- showInline : bool
- size : int
- uri : string
Detailed Description
This is not an email message attachment.
Calendar Incidence attachments consist of:
- A Uniform Resource Identifier (URI) or a base64 encoded binary blob.
- A Multipurpose Internet Mail Extensions (MIME) type.
This class is used to associate files (local or remote) or other resources with a Calendar Incidence.
Property Documentation
isBinary : bool |
isEmpty : bool |
isLocal : bool |
isUri : bool |
label : string |
mimeType : string |
showInline : bool |
size : int |
uri : string |