I need to replace save outlook mail message from Microsoft office 365 activity

Hello i need to replace sent outlook mail message activity using integration services Microsoft office 365 activity.

and also in Microsoft office 365 i am unable to find property mail, save to and save type . pls explain more details with activity .please provide solution as soon as possible

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

  • Mail
  • 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:

  1. Get Email Message (Microsoft 365)
  • Output: MailMessage object(s)
  1. Save Mail Message (Microsoft 365)
  • Activity: “Save Mail Message (Microsoft 365)”
  • Found under: Microsoft 365 → Mail → Save Mail Message