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

Back to Email Class Summary

Email::GetAlternativeContentID

Retrieves the contentID of an alternative body.

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

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

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

[JScript]
public function GetAlternativeContentID(int index) : String
 
  Parameters  
   
index
Index of the alternative body starting at 0.
 

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