MailForward
Summary
Graph Endpoint
Parameters
Required
Optional
Usage (app.businessFunction)
Minimal
app.businessFunction({
functionName: 'MicrosoftGraph',
methodName: 'Mail',
operation: 'Forward',
parameters: {
messageId: 'AAMkAGI2N...',
to: ['external@contoso.com']
}
})With comment
With attachments
Response
Notes
Last updated