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

Back to Email Class Summary

Email::GetRelatedData

Returns the content ID 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 GetRelatedData(ByVal Integer index) As Byte()

[C#]
public byte [] GetRelatedData(int index);

[C++]
public unsigned char __gc[] GetRelatedData(int index);

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

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