EmailMessage: {
attachements?: EmailAttachement[];
html?: string;
icalEvent?: IcalEvent;
subject: string;
text?: string;
toUserIds: string[];
}
Type declaration
Optional attachements?: EmailAttachement[]
Optional html?: string
Optional icalEvent?: IcalEvent
subject: string
Optional text?: string
toUserIds: string[]