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

Back to Email Class Summary

Email::AddRelatedData

Adds the memory data as a related item to the email and returns the Content-ID. Emails formatted in HTML can include images with this call and internally reference the image through a "cid" hyperlink. (Chilkat Email.NET fully supports the MHTML standard.)

  Declarations  
    [Visual Basic]
Public Function AddRelatedData(ByVal String filename) As String

[C#]
public string AddRelatedData(string filename);

[C++]
public String *AddRelatedData(String *filename);

[JScript]
public function AddRelatedData(String filename) : String
 
  Parameters  
   
filename
File to be added as a related content item.
 

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