Hi I asked AI this question. Answer was that FNC Cloudpack do not support shared mailbox.
Is this something you can confirm ?
Question:
The situation is the following. I have authenticated a Microsoft account and send mail with it from TMS FNC CloudPack with my personal work email. Now I am also a member of a shared mailbox like support@company.com. All users can send email with this email address and read replies.
How can I configure TMS FNC CloudPack to use my shared email support@company.com instead of personal emailaddress as sender ?
Answer:
The TTMSFNCCloudMicrosoftOutlookMail component does not currently support specifying a different sender (like a shared mailbox) directly via the SenderEmail or any other property. The sender is always the authenticated user .
Workaround: Use Microsoft Graph API Directly
To send from a shared mailbox like support@company.com, you need to:
- Authenticate with a user who has Send As or Send on Behalf permissions for the shared mailbox.
- Use the Microsoft Graph API to send the message with the
fromfield set to the shared mailbox.