Hello guys,
i made a project on .net core and in this i have a facilitiy to user clcik on email button then outlook woud be opened with subject, body to email and attachement.
when i run on windows its working fine but when i run on linux server then attachment would not attach.
how can i open outlook with attachement in linux server.
presesntly i am using
Microsoft.Office.Interop.Outlook
library for doing this. but its not supported with linux

Peter GroftPosted Mar 2, 2023, 7:26 AM
Start Outlook in safe mode and disable add-ins
Create a new Outlook profile
Repair your Outlook data files
Run the /resetnavpane command
Check if Outlook is running in compatibility mode
Regards,
Peter
Farhan AhmedPosted Jul 23, 2020, 1:08 AM