Hello i need to replace sent outlook mail message activity using integration services Microsoft office 365 activity.
1 Like
Hi, @Yogita_Musande2 you can’t directly save a sent email as a file; after sending, use “Get Mail” to fetch sent items and then “Save Email” to save the mail locally.
Hello @Yogita_Musande2
Using Download Email activity, the emails can be saved locally
Hello,
In classic Outlook activities, you used:
“Save Outlook Mail Message” > properties like
- Save to folder
- Save as type (.msg / .eml)
Now, in Microsoft Office 365 (Integration Services), this exact activity doesn’t exist — it’s replaced with different logic.
Replacement using Microsoft Office 365 activities
To replace “Save Outlook Mail Message”, you’ll use a combination of:
- Get Email Message (Microsoft 365)
- Output:
MailMessageobject(s)
- Save Mail Message (Microsoft 365)
- Activity: “Save Mail Message (Microsoft 365)”
- Found under: Microsoft 365 → Mail → Save Mail Message
