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

Back to Email Class Summary

Email::GetAlternativeContentType

Returns the content type of the Nth alternative body. The NumAlternatives property tells the number of alternative bodies present.

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

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

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

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

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