All Classes Namespaces Files Functions Variables Groups
kerio::jsonapi::webmail::mails::Attachment Struct Reference

Public Attributes

string id
 origin ID of attachment or ID from upload response
string url
 [READ-ONLY] Relative URL from root of web. Eg.: /webmail/api/download/attachment/ba5767a9-7a70-4c90-a6bf-dc8dd62e259c/14/0-1-0-1/picture.jpg
string name
 [WRITE-ONCE] Filename. Can be empty if attachment is inline.
string contentType
 [WRITE-ONCE]
string contentId
 [WRITE-ONCE] Inline attachment parameter. URI is used in format cid:contentId in HTML parts.
long size
 [READ-ONLY]

Member Data Documentation

string kerio::jsonapi::webmail::mails::Attachment::contentId

[WRITE-ONCE] Inline attachment parameter. URI is used in format cid:contentId in HTML parts.

string kerio::jsonapi::webmail::mails::Attachment::contentType

[WRITE-ONCE]

string kerio::jsonapi::webmail::mails::Attachment::id

origin ID of attachment or ID from upload response

string kerio::jsonapi::webmail::mails::Attachment::name

[WRITE-ONCE] Filename. Can be empty if attachment is inline.

long kerio::jsonapi::webmail::mails::Attachment::size

[READ-ONLY]

string kerio::jsonapi::webmail::mails::Attachment::url

[READ-ONLY] Relative URL from root of web. Eg.: /webmail/api/download/attachment/ba5767a9-7a70-4c90-a6bf-dc8dd62e259c/14/0-1-0-1/picture.jpg


The documentation for this struct was generated from the following file: