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

Back to Email Class Summary

Email::DropSingleAttachment

Drops a single attachment from the email. Returns True if successful.

  Declarations  
    [Visual Basic]
Public Function DropSingleAttachment(ByVal Integer index) As Boolean

[C#]
public bool DropSingleAttachment(int index);

[C++]
public bool DropSingleAttachment(int index);

[JScript]
public function DropSingleAttachment(int index) : Boolean
 
  Parameters  
   
index
Index of the attachment, starting at 0.
 

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