GetAttachmentString Method

Get file attachment's binary data which is encoded with base64.

[Syntax]
C++: HRESULT GetAttachmentString( int nCount, BSTR* pVal )
Visual Basic: GetAttachmentString( nCount As Integer ) As string 
C#: string GetAttachmentString( int nCount )

Parameters

nCount

Ordinal number of file attachment. The minimum value is 1, and the maximum value is returned by method GetAttachmentCount.

Return Value

This method returns specified file attachment's binary data which is encoded with base64.

See Also

GetAttachmentCount Method
GetAttachmentName Method
GetAttachmentSize Method
SaveAttachment Method
SaveAttachmentAs Method


2001-2007 © Copyright AdminSystem Software Limited. All rights reserved.