ImageGear v26.3 - Updated November 9, 2022
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailDocument Class / SaveAllAttachments Method
Location where to save the attachments




In This Topic
SaveAllAttachments Method
In This Topic
Saves all attachments to the specified location. The location should exist.
Syntax
'Declaration
 
Public Sub SaveAllAttachments( _
   ByVal folderPath As String _
) 
 
'Usage
 
Dim instance As ImGearEmailDocument
Dim folderPath As String
 
instance.SaveAllAttachments(folderPath)

Parameters

folderPath
Location where to save the attachments
See Also