ImageGear v26.3 - Updated
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)
    public void SaveAllAttachments( 
       string folderPath
    )
    public: void SaveAllAttachments( 
       string* folderPath
    ) 
    public:
    void SaveAllAttachments( 
       String^ folderPath
    ) 

    Parameters

    folderPath
    Location where to save the attachments
    See Also