Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
Email::AddPlainTextAlternativeBody
Sets the plain-text body of the email. Use this method if there will be multiple versions of the body, but in different formats, such as HTML and plain text. Otherwise, simply set the Body property.
![]() |
Declarations | ||
|
[Visual Basic] Public Function AddPlainTextAlternativeBody(ByVal String bodyText) As Boolean [C#] public bool AddPlainTextAlternativeBody(string bodyText); [C++] public bool AddPlainTextAlternativeBody(String *bodyText); [JScript] public function AddPlainTextAlternativeBody(String bodyText) : Boolean |
![]() |
Parameters | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.