Email: {
bccSender?: boolean | null;
emailPriority?: string | null;
replyTo?: string | null;
saveAsActivity?: boolean | null;
senderDisplayName?: string | null;
subject?: string | null;
useSignature?: boolean | null;
}
Type declaration
Optional bccSender?: boolean | null
Optional emailPriority?: string | null
Optional replyTo?: string | null
Optional saveAsActivity?: boolean | null
Optional senderDisplayName?: string | null
Optional subject?: string | null
Optional useSignature?: boolean | null