maxAttachmentSize constant

int const maxAttachmentSize

Maximum allowed NativeFile.size of an Attachment.

Implementation

static const int maxAttachmentSize = 15 * 1024 * 1024;