Interface Inboxmessage

interface Inboxmessage {
    allowMessageDeletion: boolean;
    contentPreview: string;
    hasAttachments: boolean;
    id: number;
    isMessageRead: boolean;
    isReply: boolean;
    isReplyAllowed: boolean;
    sender: Messagesender;
    sentDateTime: string;
    subject: string;
}

Properties

allowMessageDeletion: boolean
contentPreview: string
hasAttachments: boolean
id: number
isMessageRead: boolean
isReply: boolean
isReplyAllowed: boolean
sentDateTime: string
subject: string

Generated using TypeDoc