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

Back to Email Class Summary

Email::GetAlternativeBody

Returns the Nth alternative body. The NumAlternatives property tells the number of alternative bodies present. Use the GetHtmlBody and GetPlainTextBody methods to easily get the HTML or plain text alternative bodies.

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

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

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

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

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