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

Back to Email Class Summary

Email::GetAttachmentString

Retrieves an attachment's data as a String. All CRLF sequences will be translated to single newline characters.

  Declarations  
    [Visual Basic]
Public Function GetAttachmentString(ByVal Integer index) As String

[C#]
public string GetAttachmentString(int index);

[C++]
public String *GetAttachmentString(int index);

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

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