.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Email Class Summary

Email::SaveAllAttachments

Save all the attachments of an email to a file

  Declarations  
    [Visual Basic]
Public Function SaveAllAttachments(ByVal String directory) As Boolean

[C#]
public bool SaveAllAttachments(string directory);

[C++]
public bool SaveAllAttachments(String *directory);

[JScript]
public function SaveAllAttachments(String directory) : Boolean
 
  Parameters  
   
directory
Relative or absolute path of the directory where the attachments are saved.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.