Skip to main content

Save MimeMessage Attachment

Saves the attachments of the MimeMessage object in the specified folder.

Input

  • Folder Path: The full path of the folder where the attachments are to be saved
    • Type: System.String
    • Required
  • Message: MimeMessage object whose attachments are to be saved
    • Type: MimeKit.MimeMessage
    • Required

Output

  • Attachments Collection: A string collection of file locations of saved attachments.
    • Type: System.Collections.Generic.IEnumerable<System.String>