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

Back to Email Class Summary

Email::GetAttachmentStringCrLf

Retrieves an attachment's data as a String. All end-of-lines will be translated to CRLF sequences.

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

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

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

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

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