Kind: Interface
Source: Frontend/src/app/msal/mail-auth.ts (line 18)
Part of: Frontend
Properties
| Property | Type |
|---|---|
message | { subject: string; body: { contentType: string; content: string; }; toRecipients: [ { emailAddress: { address: string; } } ]; bccRecipients?: [{ emailAddress: { address: string; } }]; ccRecipients?: [{ emailAddress: { address: string; } }]; attachments?: [ { "@odata.type": "#microsoft.graph.fileAttachment", name: string, contentBytes: string } ]; } |
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
MailActivityComponent—Frontend/src/app/components/dashboard/my-desk/activities/mail-activity/mail-activity.component.ts:1MailAuthService—Frontend/src/app/msal/mail-auth.service.ts:1Recipients—Frontend/src/app/msal/msal-uri/msal-uri.component.ts:1
Was this page helpful?