Skip to content

EmailMessage

reference
1 min readUpdated

Kind: Interface

Source: Frontend/src/app/msal/mail-auth.ts (line 18)

Part of: Frontend

Properties

PropertyType
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)

  • MailActivityComponentFrontend/src/app/components/dashboard/my-desk/activities/mail-activity/mail-activity.component.ts:1
  • MailAuthServiceFrontend/src/app/msal/mail-auth.service.ts:1
  • RecipientsFrontend/src/app/msal/msal-uri/msal-uri.component.ts:1

Was this page helpful?

Download as PDF