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

Back to Email Class Summary

Email::GetAttachmentData

Retrieves an attachment's binary data for in-memory access.

  Declarations  
    [Visual Basic]
Public Function GetAttachmentData(ByVal Integer index) As Byte()

[C#]
public byte [] GetAttachmentData(int index);

[C++]
public unsigned char __gc[] GetAttachmentData(int index);

[JScript]
public function GetAttachmentData(int index) : Byte[]
 
  Parameters  
   
index
Index of the attachment, starting at 0.
 

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