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

Back to Email Class Summary

Email::GetRelatedStringCrLf

Returns the text with CRLF line-endings of a related item contained with the email. Related items are typically images and style-sheets embedded within HTML emails.

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

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

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

[JScript]
public function GetRelatedStringCrLf(int index) : String
 
  Parameters  
   
index
Index of the related item, beginning at 0.
 

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