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

Back to Mime Class Summary

Mime::GetBodyBinary

Returns the body of the MIME message as a block of binary data. The body is automatically converted from its encoding type, such as base64 or quoted-printable, before being returned.

  Declarations  
    [Visual Basic]
Public Function GetBodyBinary() As Byte()

[C#]
public byte [] GetBodyBinary();

[C++]
public unsigned char __gc[] GetBodyBinary();

[JScript]
public function GetBodyBinary() : Byte[]
 
  Parameters  
   
 

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