MobX Lark
    Preparing search index...

    Interface MailAttachment

    interface MailAttachment {
        attachment_type: MailAttachmentType;
        cid?: string;
        filename: string;
        id: string;
        is_inline: boolean;
    }
    Index

    Properties

    attachment_type: MailAttachmentType
    cid?: string
    filename: string
    id: string
    is_inline: boolean