Add QOutlook copy recipients
This commit is contained in:
@@ -93,6 +93,8 @@ export interface MailMessage {
|
||||
folder: "inbox" | "sent" | "drafts" | "archive";
|
||||
from: string;
|
||||
to: string;
|
||||
cc?: string;
|
||||
bcc?: string;
|
||||
subject: string;
|
||||
body: string;
|
||||
time: string;
|
||||
|
||||
Reference in New Issue
Block a user